Hi,
  I'm sending the following headers to try to delete an event:

  DELETE <edit-URI> HTTP/1.1
  Authorization: GoogleLogin auth=<authorization-code>

  The server then replies with a redirect which now has an appended
session-id.  I then make the same request as above, but replace
<edit-URI> with the given redirect URI and appended session id.  But
when I try to read a response I get a TCP error as if the server has
dropped the connection.

More information:
I'm using DrScheme 350 and making a raw TCP connection through which I
send the data.
I can add events and get the authentication easily.
I've tried using POST with "X-HTTP-Method-Override: DELETE".
I've tried adding headers such as "Content-length: 0", etc.

Thanks for any help!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to