Usage
todo task set [options]
Description
Update a task in a Microsoft To Do task list
Options
| Option |
Description |
-i, --id <id> |
The id of the task to update |
-t, --title [title] |
Sets the task title |
-s, --status [status] |
Sets the status of the task. Allowed values notStarted,inProgress,completed,waitingOnOthers,deferred |
--listName [listName] |
The name of the task list in which the task exists. Specify either listName or listId, not both |
--listId [listId] |
The id of the task list in which to task exists. Specify either listName or listId, not both |
Additional Information
PATCH https://graph.microsoft.com/beta/me/todo/lists/{listId}/tasks/{taskId}
Resource: https://docs.microsoft.com/en-us/graph/api/todotask-update?view=graph-rest-beta&tabs=http
Usage
todo task set [options]Description
Update a task in a Microsoft To Do task listOptions
-i, --id <id>-t, --title [title]-s, --status [status]notStarted,inProgress,completed,waitingOnOthers,deferred--listName [listName]listNameorlistId, not both--listId [listId]listNameorlistId, not bothAdditional Information
PATCH https://graph.microsoft.com/beta/me/todo/lists/{listId}/tasks/{taskId}Resource: https://docs.microsoft.com/en-us/graph/api/todotask-update?view=graph-rest-beta&tabs=http