Hi,
I have multiple calendars, some of my own, some shared by others. Using the latest .NET library I have the following code (as part of a bigger app) EventQuery query = new EventQuery(this.googleUrl); EventFeed googleEntries = GoogleManager.Service.Query(query); The code is executed for every calendar, one calendar ALWAYS fails: googleUrl = "http://www.google.com/calendar/feeds/ [EMAIL PROTECTED]/private/full" The inner exception looks like this: {"g:originalEvent/@id is required."} What could be causing this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to google-help-dataapi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---