eventbrite_create_event
Create events on Eventbrite with required fields like name, start and end times, and timezone. Accepts optional parameters for organizer and currency.
Instructions
Create an event on Eventbrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| start_utc | Yes | ||
| end_utc | Yes | ||
| timezone | Yes | ||
| currency | No | ||
| organizer_id | No | ||
| api_key | No |