update_task
Modify an existing Microsoft To Do task by updating its title, note, due date, reminder, completion status, or importance. Use the clear option to remove specific fields.
Instructions
Change a task. Only the fields you pass are changed; use clear to remove a note, due date or reminder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | List display name (case-insensitive) or list id | |
| note | No | New note | |
| clear | No | Fields to remove from the task, e.g. ["reminder"] | |
| title | No | ||
| task_id | Yes | Task id from list_tasks | |
| due_date | No | New due date, YYYY-MM-DD | |
| reminder | No | New reminder, YYYY-MM-DD HH:MM | |
| completed | No | true marks done, false reopens | |
| important | No |