Hi Mikael,
I tried to simulate using MS Graph Explore and able to fetch the data with $skipToken
Here are the steps:
- Sign in using M365 acc and call the endpoint. You will need to add in the request Header -> Prefer : odata.maxpagesize=2 for e.g https://graph.microsoft.com/v1.0/me/calendarView/delta?startDateTime=2023-12-01&endDateTime=2024-01-25
- Scroll to bottom result, and you will see the odata.nextlink. Copy the link and use it to next endpoint call to fetch the next result.
"@odata.nextLink": "https://graph.microsoft.com/v1.0/me/calendarView/delta?$skiptoken=zlDCLFWGXWCu90TAtl8YaG0JQFQBAWaNEeCV_rhZ5db1Qgo0sa64FaBhgvtMlAvBOSx6ugWfkx7sQtdPsvCgbJQddDXwinsHFfoXEnPhExLMAQrp-gECd5DjhAxPIY63ghV4jqLuD8rnsQ638-6xGvryH4gjejGbzHd0sxljUuws-eGPUnmQDGkZLTwDNr6rsFoMM0qNAtBYJXFxI5ByzWtd5cQvm7BAOsajh6mz0Gw.23ywni6jY7MMBfLD9XzBCHK9zsO94S32urs7NZMdxeI"
Hope this helps. If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".