
Calendly API Integration Profile
Information and guides about integrating with Calendly API
Add Calendly Integration to Your ProductList User's Event Types in Calendly API
Returns all Event Types associated with a specified User. Use:
-
organization
to look up all Event Types that belong to the organization -
user
to look up a user's Event Types in an organization
Either organization
or user
are required query params when using this endpoint.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Active | query.active | boolean | |
Organization | query.organization | string | |
User | query.user | string | |
User Availability Schedule | query.user_availability_schedule | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Collection | collection | array of items | |
Uri | item.uri | string | Canonical reference (unique identifier) for the event type |
Name | item.name | string | The event type name (in human-readable format) |
Active | item.active | boolean | Indicates if the event is active or not. |
Slug | item.slug | string | The portion of the event type's URL that identifies a specific web page (in a human-readable format) |