Hi, Tried to update something using batch patch operation but it doesn't work for some reason, docs clearly state that this is possible: http://code.google.com/intl/fi-FI/apis/gdata/docs/batch.html
Example from docs: <entry gd:fields="content" gd:etag="FE8LQQJJeSp7IWA6WhVa"> <id>http://www.google.com/calendar/feeds/[email protected]/private/full/*entryID*</id> <batch:operation type="patch"/> <title>New title</title> </entry> When I try this, the response I get is: <title>Error</title> <content>Invalid batch operation: PATCH</content> <batch:id>1</batch:id> <batch:operation type='patch'/> <batch:status code='501' reason='Invalid batch operation: PATCH'/> -- 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
