Hi, this question is for those with knowledge of Google Calendar API. There is a public calendar feed: http://www.google.com/calendar/feeds/[email protected]/public/basic
Here is my code: string url = "http://www.google.com/calendar/feeds/ [email protected]/public/basic"; CalendarService service = new CalendarService("Calendar"); CalendarQuery query = new CalendarQuery(url); CalendarFeed feed = service.Query(query); feed is always null :( Any idea why? Thanks. -- 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.
