Updating an event is done by doing a HTTP PUT (or HTTP POST with a header X-HTTP-Method-Override: PUT) to the edit URL of an event. The edit URL is available from a private authenticated feed as a <link rel="edit".../> element.
The Calendar Data API is part of the Google data API (GData) family, so you may wish to see: http://code.google.com/apis/gdata/protocol.html#Updating-an-entry If you want more in-depth information, GData uses the Atom Publishing Protocol (currently an IETF draft), which is documented at: http://ietfreport.isoc.org/idref/draft-ietf-atompub-protocol/ Of course, if you run into problems, feel free to post questions to the group! Cheers, -Ryan On Dec 6, 11:32 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm already familiar with adding events to google calendar through > asp.net and was wondering if someone could give me some info on > updating events. Do I update events the same way as I add them by > posting xml to google or is there some other way? If so do I still post > to the urlhttp://www.google.com/calendar/feeds/default/private/full > or do I have to obtain a different url from a query of some kind? There > doesn't seem to be much documentation on this so any help would be > appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
