Hi

I think there's an error in the documentation on this page:

http://code.google.com/apis/calendar/developers_guide_dotnet.html#RetrievingAllCalendars

In the code example, you have this line:

        CalendarFeed resultFeed = service.Query(query);

>From what I can tell the variable is actually myService, so the line
should read:

       CalendarFeed resultFeed = myService.Query(query);

Best Regards
Laurence
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to