Create Event Type
Create a new Event Type
**NOTE:**
* Currently, this endpoint only supports one-on-one event types (kind: "solo").
<Info title="Required scopes">
> `event_types:write`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Request
This endpoint expects an object.
owner
The owner for this event type
name
The event type name
active
Indicates if the event type is active or not
description
The event type description
duration
The length of sessions booked with this event type. Must be one of the duration options if they're provided.
duration_options
A maximum of 4 unique options is allowed. Each option must be >= 1 and <= 720.
locations
Configuration information for each possible location for this event type
color
The hexadecimal color value of the event type's scheduling page
locale
The locale on the event type, used to determine the language of the event type's scheduling page
Response
Created
resource
A configuration for an Event Type
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error