update_task
Update an existing task in Google Tasks by supplying only the fields you want to change. Set status to completed or needsAction to mark done or reopen.
Instructions
Update an existing task. Only supply the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date RFC 3339, e.g. 2026-03-25T00:00:00.000Z | |
| notes | No | ||
| title | No | ||
| status | No | Set to "completed" to mark done, "needsAction" to reopen. | |
| task_id | Yes | ||
| tasklist_id | Yes |