4 messages in com.googlegroups.google-calendar-help-dataapiRe: Can an ExtendedProperty be Updated?
FromSent OnAttachments
James27 Jan 2007 18:40 
Jake28 Jan 2007 00:55 
Ryan Boyd (Google)28 Jan 2007 10:42 
James28 Jan 2007 13:48 
Subject:Re: Can an ExtendedProperty be Updated?
From:Jake (jaco@uea.ac.uk)
Date:01/28/2007 12:55:00 AM
List:com.googlegroups.google-calendar-help-dataapi

My understanding was that when you add a field of the same name (as in your code) the old field is overwritten. I trust you are actually updating your entry through a CalendarService? Other than that my code is identical to yours and it works perfectly.

myEntry = myService.update(new URL(myEntry.getEditLink().getHref()), myEntry);