Calendly · Schema
Calendly Event Type
An event type defines a kind of meeting that can be scheduled through Calendly, including its name, duration, location configuration, custom questions, and availability settings.
AppointmentsAutomationBookingCalendarsMeetingsScheduling
Properties
| Name | Type | Description |
|---|---|---|
| uri | string | The canonical URI of the event type resource. |
| name | string | The name of the event type displayed to invitees. |
| active | boolean | Whether the event type is currently active and available for scheduling. |
| booking_method | string | The booking method for the event type. |
| slug | string | The URL-friendly slug for the event type. |
| scheduling_url | string | The public URL of the event type's scheduling page. |
| duration | integer | The default duration of the event in minutes. |
| kind | string | Whether the event type is for one-on-one or group meetings. |
| pooling_type | stringnull | For team event types, the strategy for assigning hosts to meetings. |
| type | string | The type classification of the event type. |
| color | string | The hex color code associated with the event type for display purposes. |
| description_plain | stringnull | The plain text description of the event type. |
| description_html | stringnull | The HTML-formatted description of the event type. |
| internal_note | stringnull | An internal note visible only to the event host, not shown to invitees. |
| profile | object | |
| secret | boolean | Whether the event type is hidden from the user's public scheduling page. |
| deleted_at | stringnull | The timestamp when the event type was deleted, if applicable. |
| custom_questions | array | Custom questions displayed on the booking page for invitees to answer. |
| created_at | string | The timestamp when the event type was created. |
| updated_at | string | The timestamp when the event type was last updated. |