Hello Kevin, Are you behind a proxy? If this is the case, maybe it is not allowing you to send DELETE requests. One other thing you could try is to send an update (PUT) requests to the Calendar API and by modifying the event's status<http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEventStatus>to "canceled".
This does the same job as a DELETE request. Best, Alain On Thu, Jun 16, 2011 at 2:11 PM, Kevin Russell <[email protected]>wrote: > Alain > > Thanks for the reply. I will try HTTPS instead. > > It is appearing on the Calendar UI. > I am not explicitly specifying "showdeleted" or "updated-min" > parameters, and I guess it is not possible to implicitly set them - > i.e. by accident!? > > In order to send a DELETE request, I just alter "PUT" to "DELETE" in > my example - I get a 405 when attempting this. > > Thanks again for your help Alain, most appreciated. > 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 > -- Alain Vongsouvanh -- 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
