Hi, here is the code:

string url = "http://www.google.com/calendar/feeds/
[email protected]/public/basic";
// url is a public open feed.

CalendarService service = new CalendarService("Calendar");
CalendarQuery query = new CalendarQuery(url);
CalendarFeed feed = service.Query(query);

Why do I get feed = null ?

Thank you.

--

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