On Sep 23, 4:14 pm, HappyCamper <[email protected]> wrote: > Onhttp://code.google.com/apis/calendar/docs/2.0/developers_guide_dotnet... > > This gives you a type error: > CalendarFeed resultFeed = service.Query(query); > > Should be this: > CalendarFeed resultFeed = (CalendarFeed) service.Query(query);
This should be fixed now. Please let me know if you notice anything else. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
