todo task list [options]
List tasks in a Microsoft To Do task list
| Option | Description |
| -- | -- |
| --listName [listName] | The name of the task list to return tasks from. Specify either listName or listId, not both |
| --listId [listId] | The id of the task list to return tasks from. Specify either listName or listId, not both |
`GET https://graph.microsoft.com/beta/me/todo/lists/{todoTaskListId}/tasks
Resource: https://docs.microsoft.com/en-us/graph/api/todotasklist-list-tasks?view=graph-rest-beta&tabs=http
Hi @garrytrinder
Can I work on this?
Absolutely! It's all yours @nanddeepn thank you for your help 馃憤馃徎
Hi @garrytrinder, @waldekmastykarz
Microsoft To Do Graph APIs are now generally available. I will now use those instead of beta.
Good catch @nanddeepn 馃憦
Most helpful comment
Hi @garrytrinder, @waldekmastykarz
Microsoft To Do Graph APIs are now generally available. I will now use those instead of beta.
https://developer.microsoft.com/en-us/microsoft-365/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/