Hi,

I just make a simple Windows Application to retrive all of my
calendars.

I write the following code

string calendarALL = "http://www.google.com/calendar/feeds/default/
allcalendars/full";
.
.
.
CalendarService service = new CalendarService( "CalendarSampleApp" );
.
.
try
      {
        EventFeed calFeed = service.Query( query  ) as EventFeed;
.
.
.
      }
      catch( Google.GData.Client.GDataRequestException gg )
      {
      }

My point is..   How can I retrive my all calendars ???


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to google-help-dataapi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to