You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: The name of the task list to return tasks from. Specify either `listName` or `listId`, not both
18
+
19
+
`--listId [listId]`
20
+
: The id of the task list to return tasks from. Specify either `listName` or `listId`, not both
21
+
22
+
`--query [query]`
23
+
: JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples
24
+
25
+
`-o, --output [output]`
26
+
: Output type. `json,text`. Default `text`
27
+
28
+
`--verbose`
29
+
: Runs command with verbose logging
30
+
31
+
`--debug`
32
+
: Runs command with debug logging
33
+
34
+
## Examples
35
+
36
+
List tasks from Microsoft To Do tasks list with the name _My task list_
37
+
38
+
```sh
39
+
m365 todo task list --listName "My task list"
40
+
```
41
+
42
+
List tasks from Microsoft To Do tasks list with the id AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MAAuAAADMN-7V4K8g0q_adetip1DygEAxMBBaLl1lk_dAn8KkjfXKQABF-BAgwAAAA==
43
+
44
+
```sh
45
+
m365 todo task list --listId "AQMkAGYzNjMxYTU4LTJjZjYtNDlhMi1iMzQ2LWVmMTU3YmUzOGM5MAAuAAADMN-7V4K8g0q_adetip1DygEAxMBBaLl1lk_dAn8KkjfXKQABF-BAgwAAAA=="
0 commit comments