On 2008-12-22 21:22:26 -0800, saurabh <[email protected]> said:
> i am able to retrieve list of calendars using oauth token, but i could
> not find any feed url to retrieve events feed
This is a Google Calendar API question, so it's best asked in the
following group:
http://groups.google.com/group/google-calendar-help-dataapi
That being said, this is documented here:
http://code.google.com/apis/calendar/docs/2.0/developers_guide_protocol.html#RetrievingEvents
Assuming
that you want the full projection with private visibility, the events URL is:
http://www.google.com/calendar/feeds/<Calendar ID>/private/full
Calendar ID may be the string 'default' if you want the user's primary
calendar.
--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---