Skip to content

New command: todo task set #1899

@garrytrinder

Description

@garrytrinder

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions