View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#135
I looked into the .erminigdb file. Deleting the test events I created in the involved calendars, and removing the corresponding entry in googleIDs should make erminig ask again about the same calendar, right?

Woops, missed the edit, indeed!

To answer your question: yes, what makes Erminig ask for a new calendar is the entry in googleIDs. If an entry alread exist, then it won't ask you about that calendar. The format of that table is:

local_calendar_id | google_calendar_id

you should also perform cleanup in the events table (in erminigdb), by removing local events ids and the corresponding google id. Local events (and their IDs) are stored in ~/.calendar/calendardb sqlite3 file, so you may be able to track down which events you want to remove (many events information are stored in the Components table).

Beware that fiddling with the calendar db can be dangerous...
 

The Following 2 Users Say Thank You to lorelei For This Useful Post: