2 messages in com.googlegroups.google-calendar-help-dataapi400: Bad Request when attempting to d...
FromSent OnAttachments
Boyd27 Jun 2006 16:02 
Boyd28 Jun 2006 08:59 
Subject:400: Bad Request when attempting to delete an entry
From:Boyd (btim@gmail.com)
Date:06/27/2006 04:02:02 PM
List:com.googlegroups.google-calendar-help-dataapi

I'm using straight HTTP communication to read my calendar. So far, I've been successful in reading all the entries, authenticating, and adding new events. I'm trying to move on to updating and deleting events.

I noticed talk about an "Edit URI/URL" in the <event> XML but I don't see that in the XML that is being returned by the server (using the "full" URL). Instead, I figured I'd use the HREF value on the <link rel="self" type="application/atom+xml" href="http://www.google.com/calendar/feeds/....."/>.

I set the HTTP Method to be "POST" and then add the following headers:

Content-Length=0 X-HTTP-Method-Override=DELETE Authorization=GoogleLogin auth=<the auth token I received during my authentication>

Unfortunately, I keep getting a "400: Bad Request" error.

Am I missing something here? Should I be posting to a different URL?