Cli-microsoft365: New command: todo task list

Created on 26 Oct 2020  路  4Comments  路  Source: pnp/cli-microsoft365

Usage

todo task list [options]

Description

List tasks in a Microsoft To Do task list

Options

| 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 |

Additional Information

`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

good first issue new feature work in progress

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/

All 4 comments

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.

https://developer.microsoft.com/en-us/microsoft-365/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/

Good catch @nanddeepn 馃憦

Was this page helpful?
0 / 5 - 0 ratings