Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
You use paging to get more items. See
https://learn.microsoft.com/en-us/graph/sdks/paging?tabs=csharp
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I have a to do list with ~1000 tasks and would like to delete all of them. So I made a nice little C# program to load all the tasks, filter them, and delete all those that fit. That's supposed to delete around 90% of them. Unfortunately though, I only get 50 tasks when calling graphServiceClient.Me.Todo.Lists[listId].Tasks.GetAsync() instead of all of them.
What do I have to call to get all tasks?
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
An API that connects multiple Microsoft services, enabling data access and automation across platforms
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
You use paging to get more items. See
https://learn.microsoft.com/en-us/graph/sdks/paging?tabs=csharp