Create Tickera Event
tickera_create_eventCreate a Tickera event for one performance or show date, kept as a draft until you're ready to publish. Then add ticket tiers to the event.
Instructions
Create a Tickera event (tc_events). Use for one performance/show date. Defaults to status='draft' so nothing goes public until you're ready. Date accepts any parseable value (e.g. '2026-09-19 19:30'); stored as Tickera's 'Y-m-d H:i'. After creating the event, add ticket tiers with tickera_create_ticket_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Start date/time, e.g. '2026-09-19 19:30'. | |
| title | Yes | Event title, e.g. 'Season Opener — Sep 19, Boulder'. | |
| status | No | Post status. Default draft. | draft |
| end_date | No | Optional end date/time. | |
| location | No | Venue / location text. | |
| description | No | Event description (HTML allowed). | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable. | markdown |