list_event_occurrences
List occurrences of an event within a specified date range. Provide event ID and optional start/end dates to retrieve scheduled instances.
Instructions
List occurrences for an Event in a date range.
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 lookup.
from_date / to_date are YYYY-MM-DD; both optional. Returns
the unified-Occurrence shape (id, parent_id, scheduled_date,
status, comment, attachments). Events never produce DoneLate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| from_date | No | ||
| to_date | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |