arya404
arya404

Reputation: 346

Google Calendar API V3 - New events are not returned

I am working on a Windows 8 app which is using Google Calendar API V3. Until last week, I was able to add and retrieve events of my agenda directly from this App.

But, for no reason, the Google Calendar API doesn't send me anymore new events and events that I've added recently in my agenda even if I add an event directly from the Google Calendar website. Hovewer, I still receive old events.

I use this request : https://developers.google.com/google-apps/calendar/v3/reference/events/list and get the same result in their generator and in my apps. Does someone have an idea of what is going on ?

Thanks ! :)

Upvotes: 1

Views: 510

Answers (2)

Venkatesh Bachu
Venkatesh Bachu

Reputation: 2553

I think,it is related to pagination issue once try to set maxResults parameter or use pageToken parameter

Upvotes: 1

Abdelilah Benaou
Abdelilah Benaou

Reputation: 154

Please check the calendar permissions first.

Upvotes: 0

Related Questions