post_event_occurrence_comment
Append a comment to an event occurrence by providing the event ID, date, and comment body. Supports multiple comments per occurrence.
Instructions
Append a new comment to an event occurrence (date).
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 comment is posted.
Multiple comments per occurrence are supported (PR-F). Returns the persisted Comment with id + created_at.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| date | Yes | ||
| body | Yes | ||
| is_private | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |