Google Calendar Events Response is Empty -


Getting something from the customer's calendar to Google OAuth2 through our events we are fetching Google Events Token with Google Calendar API V3, but empty response We received an empty response to the same calendar in Google OAuth's Playground.

Default Remonder ": [{" Minute ": 30," Method ":" Popup "}]," Item ": []," Updated ":" 2014-02-14T09: 32: 57.943Z "," Summary ":" Test "," ETag ":" \ "TuPKiPtcUnaxp3U8BefUMu26Bg / LWnnxrAP6L1-mgjBDhy0rIebYaE \" "" Time zone ":" Asia / Kolkata "," accessRole ":" owner "}

But the same user is authenticated via AuthSub, is bringing this event list Is there a single issue? Any help would be appreciated.

TIA, Riyaz A

Have you tried actually calling an API with nextPageToken Are you Generally the client library makes a point on this auto page for you, but in this case, you may have to call it manually. Generally, you should plan to call on the next page, as long as the front page tag is missing or present.

This can be a weird one with APIs.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -