Zum Inhalt springen
DeutschlandGPT

Calendly

Manage scheduled events, handle cancellations, and create scheduling links from workflows

React to bookings and manage your Calendly scheduling from workflows: read scheduled events, cancel meetings, look up availability, and generate scheduling links.

Authentication: OAuth 2.0. Connect your Calendly account on the Integrations page.

Triggers

New Booking

Fires when a new meeting is scheduled on your Calendly.

OutputTypeDescription
eventIdstringCalendly event URI
eventTypestringEvent type name
startTimestringMeeting start time (ISO 8601)
endTimestringMeeting end time
locationstringMeeting location or link
inviteeNamestringInvitee's name
inviteeEmailstringInvitee's email address
statusstringEvent status
scheduledAtstringWhen the booking was made

Booking Canceled

Fires when a scheduled meeting is canceled.

OutputTypeDescription
eventIdstringCanceled event URI
eventTypestringEvent type name
startTimestringOriginally scheduled start time
inviteeNamestringInvitee's name
inviteeEmailstringInvitee's email
reasonstringCancellation reason (if provided)
canceledAtstringCancellation timestamp

Actions

Get Scheduled Events

Returns upcoming scheduled events.

InputRequiredDescription
StatusNoFilter by status: active, canceled, or all
Min Start TimeNoReturn events starting after this time
Max Start TimeNoReturn events starting before this time
CountNoMaximum number to return
OutputTypeDescription
eventsarrayEvent objects with uri, name, startTime, endTime, inviteesCounter

Cancel Scheduled Event

Cancels a scheduled Calendly event.

InputRequiredDescription
Event URIYesThe Calendly event URI
ReasonNoCancellation reason to show the invitee

Get Event Invitees

Returns the invitees for a scheduled event.

InputRequiredDescription
Event URIYesThe Calendly event URI
OutputTypeDescription
inviteesarrayInvitee objects with name, email, status, scheduledAt

Get Event Types

Returns your Calendly event types (meeting types).

OutputTypeDescription
eventTypesarrayEvent type objects with name, slug, duration, schedulingUrl

Generates a single-use scheduling link for a specific event type.

InputRequiredDescription
Event Type URIYesThe event type to create a link for
Max Event CountNoMaximum number of times the link can be used (default: 1)
OutputTypeDescription
bookingUrlstringThe generated scheduling URL

Get User Availability

Returns available time slots for a user.

InputRequiredDescription
Event Type URIYesEvent type to check availability for
Start TimeYesStart of the availability window
End TimeYesEnd of the availability window
OutputTypeDescription
availableSlotsarrayAvailable time slots with startTime, endTime
Was this page helpful?