Currently We can download events of a specific calendar (Group) by using the URL (which is retrieved from from the calendar list XML "http://schemas.google.com/gCal/2005#eventFeed" link URL).
Calender list event feed URL (ex:https://www.google.com/calendar/feeds/o22b59prn8q0anfjsaeu225sjg %40group.calendar.google.com/private/full"). I am planning to write an application which downloads and Sync all Google calendar events . In order to achieve it , at present I have to get the each calendar "Event Feed" URL from the calendar list and need to download the corresponding group calendar events. So If I want to download all events of a Account I have to do the HTTP request for each calendar in the calendar list. I think it would be more expensive and Syncing also bit complex. Is there any way to retrieve all the events of account with the single request itself (like retrieving all Google contacts). Regards Subbi -- 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://code.google.com/apis/calendar/community/forum.html
