I am not using a supported Language for the Calendar API and have been getting by sending ATOM XML to add entries etc.
I have now come to the bit where I delete an entry. I understand that I need to grab the Edit URL when adding an entry and then re-use this when deleting using HTTP DELETE but I just get a 400 BAD REQUEST each time. I am setting the following headers: Content-Type: application/atom+xml If-Match: * Authorization: GoogleLogin auth=secret ...then sending a HTTP DELETE Request to the URL returned by the ADD process... http://www.google.com/calendar/feeds/secret%40group.calendar.google.com/private/full?gsessionid=HCygWqswzjwp02vrR8k4xw ...can anyone tell me where I am going wrong? Do I have to send the XML that was used to create the event in the first place? I find the Calendar API Documentation frustrating and wonder if there is a simple XML/ATOM Reference somewhere? Thanks in advance for any thoughts. Kevin -- 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
