On 2008-12-17 20:04:43 -0800, D2 <[email protected]> said: > > Hello... > i am new in this grooup.. > > i am, trying to delete calendar event but there is no deletion > there... > > i am doing it with php using CURL... i am geeting 200 OK response... > but cant update or delete event on google calendar... > same problem in update-delete with calendar also... > > can any body help???
Can you provide an example of how you're trying to delete the event with curl? It should work if you use the event's edit URL and set -X DELETE to set the request method. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
