Hi @Nick Patel
You can use the query parameter $top to set the number of data items to be returned at one time. Set the value as large as possible.
As follows:
https://graph.microsoft.com/v1.0/me/calendarView?startDateTime=2023-01-01T19:00:00-08:00&endDateTime=2027-01-02T19:00:00-08:00&$top=999
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.