The events are returned in the order they were last updated unless you specify a different sorting order. Also, only so many events are returned per call. Between these, it can seem like events are missing. On 12/10/2011 5:17 AM, "Grendel Developer" <[email protected]> wrote:
> Our calendar application syncs events with Google’s calendar via their > api. We have noticed with some users that when we query Google for > that user’s events, Google does not return all events – some are > simply missing. That is, we can clearly see the event on the Google > calendar, but when we attempt to call the event using the API it does > not come across. > > We are trying to call the events with this: > CalendarEventFeed feed = client.getFeed(url, CalendarEventFeed.class); > > We have already accounted for “canceled” Google events. Does anyone > know what would cause Google to not provide all events? > > -- > 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 > -- 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
