I can successfully add and retrieve events on calendars using OAuth
via an admin account, however I completely fail to be be able to
delete individual events using Java.
I've created the service and added the OAuth credential parameters.
This allows me to create events on a calendar using "http://
www.google.com/calendar/feeds/default/private/[email protected]"

I retrieve an event using CalendarQuery which allows additional
parameters (ie xoath_requestor_id) which returns the event I need.

If I want to delete that event I try calling CalendarEventEntry.delete
(); method which fails due to lack of authorisation header!

How do I delete this event?!


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

Reply via email to