There is another post where you mention how to create a recurrence exception, by requesting a singleevent feed and then picking the right instance (http://groups.google.com/group/google-calendar- help-dataapi/browse_thread/thread/7ff3d0242e56d17d?hl=en) Is this the only way how it is intended to be? I dislike the idea to request another feed if I already know for which event I want to create an exception. I used to handle it in the way that I was creating the CalendarEventEntry for the exception and set the event id by myself. like: EX_EVENT_ID = REC_EVENT_ID + "_20071218"
Now my question: What happens if I add a new EXDATE to the recurrence of the original event (in this case 20071218). If I save this recurring event first before submitting the exception event for this date, will I get the mentioned service exception? In this case I wonder how I am supposed to handle the case when someone deletes an exception event. This would imply I need to touch the original event and add an EXDATE to the recurrence. Otherwise the old instance of the recurring event for this day would show up again, right? On Dec 13, 3:13 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > The ServiceForbiddenException you are receiving indicates that the server > sees an exception instance creation against a recurring series but that > exception instance is not part of that series. Take at the date/time for > the exception you are trying to create to see if it indeed overlaps on the > original series. Perhaps you could show us some snippet or your recurrence > string and the exception creation code. Thanks > > Austin > > On Dec 13, 2007 2:55 PM, Christian Sander <[EMAIL PROTECTED]> wrote: > > > > > I have some issues regarding recurring events and exception handling: > > > 1. Now it is not working when I try to add an exception event > > (Modification of one instance) to a recurring event, when the latter > > already contains an EXDATE property for this time. I get a > > "ServiceForbiddenException: ... does NOT correspond to an instance of > > the recurring event". However I am sure this was not the case before. > > Am I supposed not to add an EXDATE to the recurrence if I want to > > modify only one instance? > > > 2. Is it the intended behavior that all exception events are deleted > > whenever I modify all instances of an existing recurring event as > > follows: Allday <-> Set specific event time > > > I am using the Java API to access my calendar. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
