Calendly - List event types action

The List event types action returns a paginated list of event types that match your search criteria. By default, the action returns 20 records per page if the Page size field is left blank.

Use the Organization field to retrieve event types for the entire organization, or the User field to retrieve event types for a specific user within the organization.

Input

Input fieldDescription
ActiveSelect the value from the drop-down menu. Returns active event types if true, and inactive event types if false. Returns all event types if left blank.
Page sizeEnter the number of records to return per page. Default is 20.
Page tokenThe token to pass to get the next or previous portion of the results.
SortSorts the name column either in ascending or descending order.
OrganizationView available personal, team, and organization event types associated with the organization's URI.
UserView available personal, team, and organization event types associated with the user's URI.

Output

Output fieldDescription
URIAPI URL of the event type resource.
NameName of the event type.
ActiveIndicates if the event type is currently active.
Booking methodSpecifies how the booking occurs.
SlugCustomizable URL identifier used in the scheduling link.
Scheduling URLPublic-facing URL where invitees can book this event.
DurationDuration of the event in minutes.
KindType of event owner, such as solo for individual events.
Pooling typeDefines how availability is pooled in team events.
TypeInternal classification of the event type.
ColorHex code representing the event type color in the UI.
Created atTimestamp when the event type was created.
Updated atTimestamp when the event type was last updated.
Internal noteNotes visible only to the event owner for internal use.
Description plainPlain-text description of the event type.
Description HTMLHTML-formatted description of the event type.
ProfileAssociated user or team profile (usually refers to the host or group).
SecretIf true, the event type is hidden from public scheduling pages.
Custom questionsList of custom questions associated with the event.
Deleted atTimestamp if the event type was deleted.
Kind descriptionFriendly name for the kind of event.
Admin managedIndicates if the event type is managed by an admin.
PaginationContainer for pagination data.
CountNumber of event types returned in the current page.
Next pageURL to the next page of event types in the API response.
Previous pageURL to the previous page of event types in the API response.
Next page tokenToken used to fetch the next page in paginated results.
Previous page tokenToken used to fetch the previous page in paginated results.

Last updated: