update_event
Update mutable fields on an event: title, description, labels, times, and recurrence. Accepts event IDs in UUID, shorthand, canonical reference, or app URL formats.
Instructions
Patch mutable fields on an event. Backend rejects end_time < complete_by.
event_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the patch.
v0.2 optional fields:
subtask_template: list of subtask shapes materialized per occurrence.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| title | No | ||
| complete_by | No | ||
| end_time | No | ||
| description | No | ||
| labels | No | ||
| recurrence | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |