I really dont think I've properly grasped how to handle repeating
events using the java client library. As well as not being able to
delete single occurences of events, I have just discovered that i can't
delete the repeating event itself nor add to it an extendedproperty.

In all cases I receive the following error:

Service Errorcom.google.gdata.util.ResourceNotFoundException: Not Found
<HTML>
<HEAD>
<TITLE>Not Found</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Not Found</H1>
<H2>Error 404</H2>
</BODY>
</HTML>

                OriginalEvent originalEvent = new OriginalEvent();
                myEntry.setStatus(EventEntry.EventStatus.CANCELED);
                originalEvent.setOriginalStartTime(when);
                originalEvent.setOriginalId("test");
                myEntry.setOriginalEvent(originalEvent);
                myEntry = myService.update(deleteURL, myEntry);

That's my code for updating an event as "cancelled" but it throws the
error mentioned previously.

Any help glady received. Thanks,

Jake


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