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:
  1. browse data
  2. 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.

  • Copy back:
scp Calendar.sqlitedb root@iphone:/var/mobile/Library/Calendar/

-- FrankHartmann - 2009-11-21 15:26 GMT in LogBuecher


Comments?:

 

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding mattzz? Send feedback