I am using 2.0 java api with google app domain to do calendar query but it
does not return correct number of eventfeeds. Is there something wrong?
CalendarQuery myQuery = new CalendarQuery(eventFeedUrl);
myQuery.setMinimumStartTime(startTime);
myQuery.setMaximumStartTime(endTime);
// Send the request and receive the response:
CalendarEventFeed resultFeed = service.query(myQuery,
CalendarEventFeed.class);
Any idea what I have incorrect here? I debugged and date and everything else
seems to be correct. I have 30+ events but it always returns 25 events.
Thanks!
--
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://code.google.com/apis/calendar/community/forum.html