updateTaskV2
Update a task's content, start/end times, time zone, or address by providing the task ID.
Instructions
Update a task by ID (v2 API). Updatable fields: content, startAt, endAt, timeZoneCode, address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID to update | |
| content | No | Task description | |
| startAt | No | Start time (ISO 8601) | |
| endAt | No | End time (ISO 8601) | |
| timeZoneCode | No | IANA time zone code | |
| address | No | Address (for Appointment type) |