Tool to create a new one-on-one event type (kind: solo) in Calendly. Use when you need to programmatically create a new event type for scheduling meetings.
nameRequiredstringThe event type name that will be displayed to invitees
colorstringHexadecimal color value for the scheduling page. Must match pattern ^#[a-f\d]{6}$ (e.g., '#fff200')
ownerRequiredstringThe owner URI for this event type (e.g., 'https://api.calendly.com/users/AAAAAAAAAAAAAAAA'). Must be a valid user URI.
activebooleanIndicates if the event type is active and available for booking. Defaults to false if not provided.
localestringLocale for the event type's scheduling page language
durationintegerLength of sessions in minutes. Must be between 1 and 720 minutes. Should be one of the duration_options if both are provided.
locationsarrayConfiguration information for each possible location where the event can take place
descriptionstringThe event type description that will be shown on the scheduling page
duration_optionsarrayAlternative duration choices for flexible meetings. Maximum 4 unique values allowed. Each must be between 1 and 720 minutes.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.