Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /calendly | Type: Application | PCID required: Yes

Tools

ToolDescription
calendly_create_invitee_no_showCreate Invitee No Show
calendly_create_organization_invitationInvite User to Organization
calendly_create_scheduling_linkCreate Single-Use Scheduling Link
calendly_delete_invitee_no_showDelete Invitee No Show
calendly_get_event_typeGet Event Type
calendly_get_event_typesList User’s Event Types
calendly_get_invitee_no_showGet Invitee No Show
calendly_get_my_user_accountGet current user
calendly_get_organization_invitationGet Organization Invitation
calendly_get_organization_membershipGet Organization Membership
calendly_get_scheduled_eventGet Event
calendly_get_scheduled_event_inviteeGet Event Invitee
calendly_get_scheduled_eventsList Events
calendly_get_userGet user
calendly_list_event_inviteesList Event Invitees
calendly_list_organization_invitationsList Organization Invitations
calendly_list_organization_membershipsList Organization Memberships
calendly_remove_organization_membershipRemove User from Organization
calendly_revoke_organization_invitationRevoke User’s Organization Invitation

calendly_create_invitee_no_show

Create Invitee No Show Parameters:
ParameterTypeRequiredDefaultDescription
inviteestringNoThe invitee value

calendly_create_organization_invitation

Invite User to Organization Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe organization’s unique identifier
emailstringYesThe email of the user being invited

Create Single-Use Scheduling Link Parameters:
ParameterTypeRequiredDefaultDescription
max_event_countnumberYesThe max number of events that can be scheduled using this scheduling link.
ownerstringYesA link to the resource that owns this Scheduling Link (currently, this is always an Event Type)
owner_typestringYesResource type (currently, this is always EventType)

calendly_delete_invitee_no_show

Delete Invitee No Show Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe uuid value

calendly_get_event_type

Get Event Type Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe uuid value

calendly_get_event_types

List User’s Event Types Parameters:
ParameterTypeRequiredDefaultDescription
activebooleanNoReturn only active event types if true, only inactive if false, or all event types if this parameter is omitted.
organizationstringNoView available personal, team, and organization event types associated with the organization’s URI.
userstringNoView available personal, team, and organization event types associated with the user’s URI.
sortstringNoOrder results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: name. Sort direction is specified as: asc, desc.
page_tokenstringNoThe token to pass to get the next portion of the collection
countnumberNoThe number of rows to return

calendly_get_invitee_no_show

Get Invitee No Show Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe uuid value

calendly_get_my_user_account

Get current user

calendly_get_organization_invitation

Get Organization Invitation Parameters:
ParameterTypeRequiredDefaultDescription
org_uuidstringYesThe organization’s unique identifier
uuidstringYesThe organization invitation’s unique identifier

calendly_get_organization_membership

Get Organization Membership Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe organization membership’s unique identifier

calendly_get_scheduled_event

Get Event Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe event’s unique identifier

calendly_get_scheduled_event_invitee

Get Event Invitee Parameters:
ParameterTypeRequiredDefaultDescription
event_uuidstringYesThe event’s unique identifier
invitee_uuidstringYesThe invitee’s unique identifier

calendly_get_scheduled_events

List Events Parameters:
ParameterTypeRequiredDefaultDescription
userstringNoReturn events that are scheduled with the user associated with this URI
organizationstringNoReturn events that are scheduled with the organization associated with this URI
invitee_emailstringNoReturn events that are scheduled with the invitee associated with this email address
statusstringNoWhether the scheduled event is active or canceled
sortstringNoOrder results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: start_time. Sort direction is specified as: asc, desc.
min_start_timestringNoInclude events with start times after this time (sample time format: “2020-01-02T03:04:05.678Z”). This time should use the UTC timezone.
max_start_timestringNoInclude events with start times prior to this time (sample time format: “2020-01-02T03:04:05.678Z”). This time should use the UTC timezone.
page_tokenstringNoThe token to pass to get the next portion of the collection
countnumberNoThe number of rows to return

calendly_get_user

Get user Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesUser unique identifier, or the constant “me” to reference the caller

calendly_list_event_invitees

List Event Invitees Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe uuid value
statusstringNoIndicates if the invitee “canceled” or still “active”
sortstringNoOrder results by the created_at field and direction specified: ascending (“asc”) or descending (“desc”)
emailstringNoIndicates if the results should be filtered by email address
page_tokenstringNoThe token to pass to get the next portion of the collection
countnumberNoThe number of rows to return

calendly_list_organization_invitations

List Organization Invitations Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe organization’s unique identifier
countnumberNoThe number of rows to return
page_tokenstringNoThe token to pass to get the next portion of the collection
sortstringNoOrder results by the field name and direction specified (ascending or descending). Returns multiple sets of results in a comma-separated list.
emailstringNoIndicates if the results should be filtered by email address
statusstringNoIndicates if the results should be filtered by status (“pending”, “accepted”, or “declined”)

calendly_list_organization_memberships

List Organization Memberships Parameters:
ParameterTypeRequiredDefaultDescription
page_tokenstringNoThe token to pass to get the next portion of the collection
countnumberNoThe number of rows to return
emailstringNoIndicates if the results should be filtered by email address
organizationstringNoIndicates if the results should be filtered by organization
userstringNoIndicates if the results should be filtered by user

calendly_remove_organization_membership

Remove User from Organization Parameters:
ParameterTypeRequiredDefaultDescription
uuidstringYesThe organization membership’s unique identifier

calendly_revoke_organization_invitation

Revoke User’s Organization Invitation Parameters:
ParameterTypeRequiredDefaultDescription
org_uuidstringYesThe organization’s unique identifier
uuidstringYesThe organization invitation’s unique identifier