create-event-type
Define a new booking event type by specifying title, URL slug, and duration. Add meeting locations and custom booking fields.
Instructions
Create a new event type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug for the event type | |
| title | Yes | Event type title | |
| locations | No | Meeting location options | |
| description | No | Event description | |
| bookingFields | No | Custom booking form fields | |
| lengthInMinutes | Yes | Duration in minutes |