Usage
todo list add [options]
Description
Adds a new Microsoft To Do task list
Options
| Option |
Description |
-n, --name <name> |
The name of the task list to add |
Additional Information
POST https://graph.microsoft.com/beta/me/todo/lists
{ "displayName":"<name>" }
If a task list already exists with same name, it will be created but have (x) appended to the name given.
Usage
todo list add [options]Description
Adds a new Microsoft To Do task list
Options
-n, --name <name>Additional Information
If a task list already exists with same name, it will be created but have
(x)appended to the name given.