View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#149
Originally Posted by Palleman View Post
I don't know. It's none of the calendars I got configured at Google (I went through them all).
OK, I get it. I was able to reproduce the problem with my own calendars. I managed to get the same error message (in german ??).

I think that you are trying to synchronize a calendar that doesn't exist anymore on Google (did you delete one or several of them?).

To repair the problem from the command line, we must unbind the local calendar with the non-existing Google one:

Code:
$ sqlite3 ~/.erminig.db
sqlite> delete from GoogleIDs where googleID = "g1op2h8ebo5ecbqg7eqb8ihh3c@group.calendar.google.com"
Here I took the calendar ID you posted before...

Once that entry is removed, you should be able to continue the synchronization. If another similar error comes up, please remove also that entry from the Erminig database.
 

The Following User Says Thank You to lorelei For This Useful Post: