You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite2ical converts iPhone sqlite format calendars to iCal/vCal/ICS format. This version is an Xcode project, but it could easily be compiled on *nix. Requires libical.
2
+
sqlite2ical converts iPhone sqlite format calendars to iCal/vCal/ICS format. This is an Xcode project, but main.c could easily be compiled on Linux or other Unices. sqlite2ical depends on libical and libsqlite3.
3
3
Download a Mac binary of sqlite2ical here: http://cl.ly/1v1Q413G0Z3p3k0M0p08
4
4
5
5
As a bonus, this copy of sqlite2ical comes with a (Mach-O) precompiled copy of libical with i386 and ARM architectures (works perfectly for iPhone development).
@@ -11,8 +11,6 @@ As a bonus, this copy of sqlite2ical comes with a (Mach-O) precompiled copy of l
11
11
sqlite2ical will not currently convert recurring events. Feel free to fork the project and add it in if you'd like!
12
12
13
13
## License
14
-
sqlite2ical is intended for personal use. If you intend to use it for anything else (i.e. in your own piece of software, etc.), let me know.
14
+
sqlite2ical is intended for personal use. If you want to use it for anything else (i.e. in your own piece of software, etc.), let me know.
15
15
16
-
Copyright (c) 2011 Ari Weinstein/Squish Software
17
-
18
-
arixmail2 (at) gmail [DAWT] com
16
+
Copyright (c) 2011 Ari Weinstein/Squish Software<br>arixmail2 (at) gmail [DAWT] com
0 commit comments