create_event
Schedule a time-bound event with a required start time and optional end time, recurrence, labels, and subtask templates to manage deadlines and recurring tasks.
Instructions
Create a time-bound event.
complete_by is the start time (ISO-8601). end_time (if
provided) must be at or after complete_by.
v0.2 optional fields:
subtask_template: list of subtask shapes materialized per occurrence.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| complete_by | Yes | ||
| end_time | No | ||
| description | No | ||
| labels | No | ||
| parent_id | No | ||
| recurrence | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |