update_task
Update an existing task's title, notes, status, or due date. Use dry-run mode to preview changes before applying.
Instructions
Update an existing task.
Args: user_google_email (str): The user's Google email address. Required. task_list_id (str): The ID of the task list containing the task. task_id (str): The ID of the task to update. title (Optional[str]): New title for the task. notes (Optional[str]): New notes/description for the task. status (Optional[str]): New status ("needsAction" or "completed"). due (Optional[str]): New due date in RFC 3339 format. dry_run (bool): When True (default), return planned mutation without executing.
Returns: str: Confirmation message with updated task details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| task_list_id | Yes | ||
| task_id | Yes | ||
| title | No | ||
| notes | No | ||
| status | No | ||
| due | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |