update_task
Patch a Google Task's title, notes, due date, or status by providing the task list and task ID. Use null to clear notes or due date.
Instructions
Patch a task's title, notes, due date, or status. Use null to clear notes or due.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Use null to clear the due date; otherwise use YYYY-MM-DD or RFC 3339. | |
| notes | No | ||
| title | No | ||
| status | No | ||
| task_id | Yes | Google task ID; obtain it from list_tasks | |
| task_list_id | Yes | Google task list ID; obtain it from list_task_lists |