Calendly
Integrating Calendly with Osano
Connecting to Calendly
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Setup
An admin must create a Bearer Token and enter that information in Osano to establish a connection via apiKey.
Authenticated Roles
admin
Authentication Actions
- Bearer Token -View Calendly's documentation on creating your API key or access token.
Authentication Methods
- oauth
- apiKey
Core Functionality
- Data Discovery
- User Search
- Data Deletion
Base URL
User Search
- name
- phoneNumber
- address
- birthday
- userId
Endpoints
Used for data discovery
- GET
/users/me
- GET
/scheduled_events
Used for user search
- GET
/scheduled_events?user=userLink&invitee_email=
- GET
/scheduled_events?user=userLink&organization=orgLink&invitee_email=
Last Modified: 2025-03-28