todo list add¶
Adds a new Microsoft To Do task list
Usage¶
m365 todo list add [options]
Options¶
-n, --name <name>
- The name of the task list to add
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Attention
This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
Examples¶
Add a task list with the name My task list
m365 todo list add --name "My task list"