Create an event
POST/onair.event.create
Creates a new On-Air event. The calendar host must be a member of the organization.
When using a personal access token, calendarHostEmail must match the authenticated user.
Optionally provide display hosts in the hosts array. Display hosts appear on
the event page and are independent of the calendar host.
Access: Organization and Personal.
Required scope: onair:write
OpenAPI Spec: onair.json
Request
Responses
- 200
- 400
- 401
- 500
The created event.
Bad request.
Presented invalid authentication credentials.
An internal error occurred.