Hi,

That seems a bit strange, it should output a non-zero for the
getTimes().size().  Have you tried to retrieve all events without
filtering it through time range? Just to see if this would output a
non-zero value

Austin

On Nov 30, 8:03 am, djking77 <[EMAIL PROTECTED]> wrote:
> I use a CalendarQuery to query the magic cookie URL for a range of
> times,  and I get the expected Test Event, but the entry.getTimes
> returns a list of zero size. The data is in the entry as it can be
> printed from the summary.  Parsing the summary feels wrong so what am
> I missing?  How do I get the start time for the event?  Start and End
> time show up as expected via the G Cal WebUI.
>
> Here is the related code and results:
>
>         for(CalendarEventEntry entry: entries){
>                         System.out.println(entry.getTitle().getPlainText());
>                         System.out.println(entry.getTimes().size());
>                         System.out.println(entry.getSummary().getPlainText());
>         }
>
> Test Event
> 0
> When: Fri Nov 30, 2007 2:45pm to Fri Nov 30, 2007 5:45pm  MST
>
> Who: Dave King
> Event Status: confirmed
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to