Update task
update_taskUpdate a Google Task's title, notes, due date, or status by specifying only the fields to change. Pass null to clear a field.
Instructions
Change a task's title, notes, due date, or status. Pass due=null or notes=null to clear that field. Only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| list | No | Task list id or title (case-insensitive). Omit or pass "@default" for the account's default list. Call list_tasklists to see what exists. | |
| notes | No | ||
| title | No | Task title — this is the text shown on the calendar (max 1024 chars) | |
| status | No | ||
| taskId | Yes | Task id (from list_tasks / create_task) |