I suspect that this is a calendar created by Mail for Exchange. I had the same issue with a calendar called "N900" on my device. I'm also unable to delete it, and I'm a bit at a loss about why it doesn't appear in the database. With the upcoming changes I'm implementing, this problem may go away.
I got hit by the very same problem while debugging the umlaut issue. I think that they are somewhat related (but I don't understand why), but I have to do some more testing and I'll get back to you with more information!
feed = gd_client.GetAllCalendarsFeed() for i,cal in enumerate(feed.entry): print '\t%s. %s %s' % (i, cal.title.text, cal.id.text)
feed = gd_client.CalendarQuery(query)