Same issue with querry and getFeed. Calls:
CalendarEventFeed events = gCalService.query(myQuery,
CalendarEventFeed.class);
CalendarEventFeed myFeed = gCalService.getFeed(calUrl,
CalendarEventFeed.class);
Running Java 6 u3, pulled down the latest version of gdata libs this
morning: 1.15.
- Peace
Dave
On Nov 30, 2:50 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---