Create Event
Creates a new event in your account. Returns the full event record on success.
Required fields: name, start_date, start_time, end_date, end_time, and timezone (e.g., US/Eastern, Europe/London, Asia/Tokyo — see the Formatting conventions page for the accepted identifiers). Optionally set close_date and close_time to control when registration closes, folder_id to organize the event, and display_url to set the registration page URL slug.
The event is created in draft status by default. Configure registration types, packages, and sessions after creation.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Body
"2020-04-05"
"19:13:44"
"new-event"
"2020-04-02"
"22:15:04"
"2"
"New Event"
"2020-04-01"
"23:12:10"
"US/Eastern"