todo task list¶
List tasks from a Microsoft To Do task list
Usage¶
m365 todo task list [options]
Options¶
--listName [listName]
- The name of the task list to return tasks from. Specify either
listName
orlistId
, not both --listId [listId]
- The id of the task list to return tasks from. Specify either
listName
orlistId
, not both -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
Examples¶
List tasks from Microsoft To Do tasks list with the name My task list
m365 todo task list --listName "My task list"
List tasks from Microsoft To Do tasks list with the id AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MAAuAAADMN-7V4K8g0q_adetip1DygEAxMBBaLl1lk_dAn8KkjfXKQABF-BAgwAAAA==
m365 todo task list --listId "AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MAAuAAADMN-7V4K8g0q_adetip1DygEAxMBBaLl1lk_dAn8KkjfXKQABF-BAgwAAAA=="