Title: howto delete calendars on the iphone
After messing with nemusync, exchange,google calendar and calendarserver,
I had way to many Calendars on my phone.
Here is a way to get rid of them again:
- Stop Calendar Application on iphone
- Copy the Calendar machine to your desktop and open it in sqlitebrowser
scp root@iphone:/var/mobile/Library/Calendar/*db .
cp Calendar.sqlitedb Calendar.sqlitedb-ok # backup
sqlitebrowser Calendar.sqlitedb
- Now in sqlitebrowser, delete the rows matching the unwanted calendars:
- browse data
- table = Calendar
The calendar rows seem to be ordered in creation order. The names are
mostly calendar,Calendar,Kalendar. Check RGB code if in doubt.
scp Calendar.sqlitedb root@iphone:/var/mobile/Library/Calendar/
--
FrankHartmann - 2009-11-21 15:26 GMT in
LogBuecher
Comments?: