I don't know what happened between my last post and this one - but I
am now able to get the owncalendar? Wierd... Here is the code that I
used to get it...
.NET Console App
GAuthSubRequestFactory authFactory = new
GAuthSubRequestFactory("cl", "TesterApp");
authFactory.Token = "CPzFfefdj6NTeBA";
CalendarService service = new
CalendarService(authFactory.ApplicationName);
service.RequestFactory = authFactory;
query.Uri = new Uri("http://www.google.com/calendar/feeds/
default/owncalendars/full");
AtomFeed calFeed = service.Query(query);
XmlTextWriter xtw = new XmlTextWriter(Console.Out);
calFeed.SaveToXml(xtw);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---