On Thu, Feb 19, 2009 at 5:49 AM, imecstatic <[email protected]> wrote: > > Hi, > > When I try calendar update with proper edit url but only those fields > in xml that need to be updated, update fails with code-400 and message > something like "neither when nor recurrent specified". Does that > implies that xml for update must contain full calendar entry > specification lik the xml used for creating entry or is it that some > of fields are mandatory while other are not. If it is so, I would like > to know which fields are mandatory which can be skipped while updating > existing entry?
Yes, you need to include everything on an update request, even if a given field is not being updated. The reason for this is because NOT including something is an indication to us that you want to delete that piece of data. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
