7 messages in com.googlegroups.google-calendar-help-dataapiWhat is in list of Times held by Even...
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:What is in list of Times held by EventEntry?
From:Thomas (thom@gmail.com)
Date:11/16/2006 09:16:31 AM
List:com.googlegroups.google-calendar-help-dataapi

Hello,

When calling getTimes() on an EventEntry object using the Java library, I sometimes get an IndexOutOfBoundsException when I call get(0) on the List<When> the method returns.

Just wondering:

1) Why does an EventEntry have a list of times? When each 'When' object has a start & end time for the event, why would more than one be necessary?)

2) Why would an EventEntry not have a time associated with it? How is this possible? Isn't a DateTime necessary to exist on a Calendar?

Thanks,

Taivo