As suggested in the answer for this question:
Office365 REST v1.0 API calendar does not return recurrences
I am using the calendarview endpoint. Here is the documentation for it:
https://msdn.microsoft.com/office/office365/APi/calendar-rest-operations#EventoperationsGetevents
In the documentation is the following link to OData query parameters that discuss the paging of the response:
However, it only mentions the maximum number of entries per page returned for Messages or ChildFolders endpoints, but not the number of entries per page returned for the calendarview endpoint. I doubt it would be 10 or 50, as that is too few events for a typical calendarview call.
Can someone point me to the documentation that outlines this value?