You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run Events.list() on a large calendar it does not handle nextPageToken in the result but neither does it pass it through. This makes it impossible to get a list of events greater than the maximum allowed per page of 2,500.
Either Events.list() should handle the pagination or maybe it should return body rather than body.items (although this would not be backwards compatible).
The text was updated successfully, but these errors were encountered:
If I run
Events.list()
on a large calendar it does not handlenextPageToken
in the result but neither does it pass it through. This makes it impossible to get a list of events greater than the maximum allowed per page of 2,500.Either
Events.list()
should handle the pagination or maybe it should returnbody
rather thanbody.items
(although this would not be backwards compatible).The text was updated successfully, but these errors were encountered: