0
votes

I'm trying to list the events in a calendar using the google calendar API v3 (https://developers.google.com/google-apps/calendar/v3/reference/events/list). I'd rather not deal with paging, is there a hard limit on the MaxResults property? Can I make it 365 at least?

1

1 Answers

0
votes

just testing on my own, you can set MaxResults to at the very least 365 and it will work