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
