Hi,
This seems to be adequate to identify an event as non repeating:...
if(myEntry.getRecurrence() == null)
{
System.out.println("This item does not repeat");
}
But how do you actually delete an instance of a repeating event? Is it
something to do with setting the status to cancelled?
Thanks,
Jake
http://jake.netcom.co.uk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---