Here is my code:

string address = "https://www.google.com/calendar/feeds/default/
allcalendars/full";
CalendarService service = new CalendarService("Calendar");
CalendarQuery query = new CalendarQuery(address);
CalendarFeed feed = service.Query(query);

Why do I get CalendarFeed feed = null ?

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.


Reply via email to