Productivity
Calendly
18min
the calendly modules enable you to monitor or retrieve events, invitees, event types, and memberships in your calendly account calendly docid\ r0adztnbitnyn4xe6tbzp getting started with calendly prerequisites a calendly account — you can create one at calendly com/signup https //calendly com/signup connecting calendly to make go to make and open the calendly module's create a connection dialog enter a name for the connection to the connection name field and click continue after you click the continue button, make will redirect you to the calendly website where you will be prompted to grant make access to your account confirm the dialog by clicking the connect to calendly button the connection has been established event watch events triggers when an event is created or canceled add the watch events module to your make {{scenario singular lowercase}} select events you want to watch select or enter the organization uri (requires) and user uri (optional) to filter returned data by click save you can retrieve organization uri and user uri using the list organization memberships module now, every time the specified event occurs, the watch events module in your make {{scenario singular lowercase}} is triggered list events retrieves events in your account by filter settings connection calendly docid\ r0adztnbitnyn4xe6tbzp organization uri enter the organization uri to specify the organization to filter results by user uri enter the user uri to specify the user to filter results by invitee email enter the email address of the invitee to return events that are scheduled with the invitee associated with this email address min start time enter the time and date to include events with start times after this time max start time enter the time and date to include events with start times prior to this time sort select the sort order of results by the specified field and direction status filter results by the event status – whether the scheduled event is active or canceled limit set the maximum number of events make will return during one execution cycle list event invitees retrieves invitees of the specified event connection calendly docid\ r0adztnbitnyn4xe6tbzp event select the event you want to retrieve invitees for email enter the email address of the invitee to filter results sort select the sort order of results by the specified field and direction status filter results by the invitee status – whether the invitee is still active or canceled limit set the maximum number of invitees make will return during one execution cycle list event types returns all event types associated with a specified user connection calendly docid\ r0adztnbitnyn4xe6tbzp user uri select the user to retrieve event types associated with the user sort select the sort order of results by the specified field and direction limit set the maximum number of event types make will return during one execution cycle get an event retrieves event details connection calendly docid\ r0adztnbitnyn4xe6tbzp event select the event or map the id of the event you want to retrieve details for get an event invitee retrieves details about an invitee (person invited to an event) connection calendly docid\ r0adztnbitnyn4xe6tbzp enter an event invitee select whether to specify an invitee manually or select from the drop down menu invitee uri select the event or enter (map) the invitee uri get an event type retrieves event type details connection calendly docid\ r0adztnbitnyn4xe6tbzp event type select event type or enter (map) event type uri schedule create a single use scheduling link creates a single use scheduling link connection calendly docid\ r0adztnbitnyn4xe6tbzp event type select event type or enter (map) event type uri organization list organization memberships retrieves the organization memberships for all users belonging to an organization connection calendly docid\ r0adztnbitnyn4xe6tbzp organization uri enter the organization uri to retrieve all users that belong to the organization user uri enter the user uri to look up a user's membership in an organization email enter the email address to filter results by limit set the maximum number of organization memberships make will return during one execution cycle get an organization membership retrieves user's organization membership details connection calendly docid\ r0adztnbitnyn4xe6tbzp organization membership select or enter the organization membership uri you want to retrieve details for invite a user to organization invites a user to an organization connection calendly docid\ r0adztnbitnyn4xe6tbzp organization uri enter (map) the organization uri where you want to add a user to email address enter the email address of the person you want to invite to the organization make an api call allows you to perform a custom api call connection calendly docid\ r0adztnbitnyn4xe6tbzp url enter a path relative to https //api calendly com for example /users/me for the list of available endpoints, refer to the calendly api documentation method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we added those for you query string enter the request query string body enter the body content for your api call example of use list organization event types the following api call returns all event types that belong to the organization in your calendly account url /event types method get query string key organization value {organization uri} the result can be found in the module's output under bundle > body > collection in our example, 4 event types were returned