tasks_update
Update a Google Task by modifying its title, due date, notes, or status using the task ID.
Instructions
Update a Google Task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | New due date in ISO format | |
| notes | No | New task notes | |
| title | No | New task title | |
| status | No | needsAction or completed | |
| taskId | Yes | ID of the task to update | |
| taskListId | No | Task list ID (default '@default') |