create_event
Schedule and publish events on Eventbrite by providing name, dates, and optional details like venue, capacity, or online setting.
Instructions
Create a new event on Eventbrite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the event | |
| listed | No | Whether the event should be publicly listed | |
| capacity | No | Maximum number of attendees | |
| currency | No | Currency code (e.g., USD, EUR, GBP) | USD |
| end_date | Yes | End date and time in ISO 8601 format (e.g., 2024-12-25T18:00:00) | |
| timezone | No | Timezone for the event (e.g., America/New_York, Europe/London) | UTC |
| start_date | Yes | Start date and time in ISO 8601 format (e.g., 2024-12-25T10:00:00) | |
| venue_city | No | City of the venue | |
| venue_name | No | Name of the venue (for in-person events) | |
| category_id | No | Eventbrite category ID (optional) | |
| description | No | The description of the event (HTML allowed) | |
| online_event | No | Whether this is an online event | |
| venue_region | No | State/region of the venue | |
| venue_address | No | Address of the venue | |
| venue_country | No | Country of the venue (2-letter code, e.g., US, GB) | |
| subcategory_id | No | Eventbrite subcategory ID (optional) | |
| venue_postal_code | No | Postal code of the venue |