7 messages in com.googlegroups.google-calendar-help-dataapiRe: What is in list of Times held by ...
FromSent OnAttachments
Thomas16 Nov 2006 09:16 
Thomas16 Nov 2006 12:47 
Mikael Grev, MiG InfoCom16 Nov 2006 12:56 
Ryan Boyd (Google)22 Nov 2006 15:39 
Thomas06 Dec 2006 09:19 
Ryan Boyd (Google)07 Dec 2006 18:52 
Jake16 Jan 2007 12:44 
Subject:Re: What is in list of Times held by EventEntry?
From:Thomas (thom@gmail.com)
Date:12/06/2006 09:19:03 AM
List:com.googlegroups.google-calendar-help-dataapi

Thanks, Ryan!

I have one clarification question about 1), if I may:

Can a non-recurring event's time always be gotten from <code>event.getTimes().get(0)</code>?

I ask because updating an Event's time necessitates using <code>event.addTime(when)</code>, which makes me think that the old time associated with this Event is retained. [ If this is true, then I would assume the added event would tack on to the end of the list and in order to get it I would need to call event.getTimes().get(event.getTimes().size())? ]

Thanks again,

Taivo