Hello All

looking at the documentation for getting a users list of calendars. I
was wondering how this works with C#. The documented code is for Java
Client library.

------------------------------
URL feedUrl = new
URL("http://www.google.com/calendar/feeds/[EMAIL PROTECTED]");

CalendarService myService = new
CalendarService("exampleCo-exampleApp-1");
myService.setUserCredentials("[EMAIL PROTECTED]", "mypassword");

new CalendarFeed().declareExtensions(myService.getExtensionProfile());

// Send the request and receive the response:
CalendarFeed resultFeed = myService.getFeed(feedUrl,
CalendarFeed.class);
-----------------------------

I want to know how to retrieve these fields as they seem to be missing
in the feed I retreive and can't seem to find how to do the C#
alternative to .declareExtensions.

<gCal:accesslevel value="owner"/>
  <gCal:selected value="false"/>
  <gCal:hidden value="false"/>
  <gCal:color value="#2952A3"/>
  <gCal:timezone value="America/Los_Angeles"/>

Kind Regards, 

Matt.


--~--~---------~--~----~------------~-------~--~----~
 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