Hi, Nice catch, will take care of this. Thanks for the heads-up!
Austin On Tue, Apr 29, 2008 at 9:51 PM, Lon <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
