Jake & Ryan thanks for your suggestions. I was updating in a similar fashion to what Jake was suggesting. This caused a problem because I was trying to modify a repeating event and it was causing a ServiceException that I didn't notice initially. I believe this is because getEditLink() does not seem to return the event, but rather the Link to the current event and thus throws a ServiceException when trying to update.
Updating the CalendarEventEntry as Ryan suggested, rather than the CalendarService work very well. Ryan, I have been able to use getExtendedProperty() to get a List of ExtendedProperty elements, however I'm not quite sure how modify this List and then associate it with the CalendarEventEntry. There doesn't seem to be a setExtendedProperty() function. This isn't a problem because I am able to modify the ExtendedProperty correctly, but it would be a cleaner approach. Thanks again, James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
