On Thu, Nov 02, 2006 at 09:03:44AM -0000, capitola said:
> How can I get the read-write feed?
You can get a list of Calendars slaved to your account by GETting from
http://www.google.com/calendar/feeds/<userid>
Each Entry in that Atom feed with have an id. Retrieve the id and url
unescape it (I.e turn %20 back to ' '). Then to retrieve events from it
you GET from
http://www.google.com/calendar/feeds/<calendar id>/private/full
and to add an event you POST to the same url.
Both require Authorization first.
To delete and update evnets get the edit_url out of the entry when you
retrieve it.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---