Complete a To Do task
todo_complete_taskCompletes a specified Microsoft To Do task by patching its status, returning the updated task with a completion timestamp. Recurring tasks roll forward.
Instructions
Marks a To Do task completed by patching its status to 'completed', and returns the updated task including the completedDateTime Graph stamps on it. Recurring tasks are rolled forward by the service rather than closed outright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Id of the To Do list that holds the task. | |
| taskId | Yes | Id of the task to mark completed. |