Reputation: 23
I've been using graph explorer to experiment with bringing back events in my calendar. Details here: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_list_calendarview
I've noticed that I never seem to get back more than 10 entries, even when I specify a period when there are more than 10 entries in my calendar for that time period. The documentation doesn't seem to mention this limit so I wondered whether it was the intended behaviour or if it's a bug?
Steps to reproduce:
Upvotes: 2
Views: 88
Reputation: 1241
I am not familiar with the API in question, however have you considered using the OData $top query parameter as discussed in the paging section and detailed in the query parameters specification?
Upvotes: 2