On http://code.google.com/apis/calendar/docs/2.0/developers_guide_dotnet.html#RetrievingOwnCalendars
This gives you a type error: CalendarFeed resultFeed = service.Query(query); Should be this: CalendarFeed resultFeed = (CalendarFeed) service.Query(query); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
