# Calendly

### Snapshot

| Features                        | Details                                    |
| ------------------------------- | ------------------------------------------ |
| Release Status                  | Released                                   |
| Source API Version              | v2                                         |
| Table Selection                 | Yes                                        |
| Column Selection                | Yes                                        |
| Edit Integration                | Yes                                        |
| Replication Type Selection      | No                                         |
| Authentication Parameters       | <p>Calendly Email<br>Calendly password</p> |
| Replication Type                | Key based Replication                      |
| Replication Key                 | DATE                                       |
| Suggested Replication Frequency | 24 hrs                                     |

| Tables/APIs Supported |
| --------------------- |

Events

### Integrate Calendly with Daton

1. Signin to Daton
2. Select Calendly from Integrations page
3. Provide Integration Name Replication Frequency and History. Integration name would be used in creating tables for the integration and cannot be changed later.
4. Provide the Calendly Email and Password to authorize Daton to periodically extract data from Calendly.
5. Post successful authentication you will be prompted to choose from the list of available tables
6. Then select all required fields for each table
7. Submit the integration.

### Workflow

1. Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
2. Users would be able to edit/pause/re-activate/delete integration anytime
3. Users can view job status and process logs from the integration details page by clicking on the integration name from the active list

### Calendly Data

**Events**

Purpose: Returns a list of Events.

Source API Documentation  <https://calendly.stoplight.io/docs/api-docs/reference/calendly-api/openapi.yaml/paths/~1scheduled_events/get>

Replication: Key-Based Replication

Replication Key: lastRunDate

**Fields**

| Name                      | Target Datatype |
| ------------------------- | --------------- |
| schedule\_event\_invitees | RECORD          |
| created\_at               | TIMESTAMP       |
| end\_time                 | TIMESTAMP       |
| event\_guests             | STRING          |
| event\_memberships        | RECORD          |
| event\_type               | STRING          |
| invitees\_counter         | RECORD          |
| location                  | RECORD          |
| name                      | STRING          |
| start\_time               | TIMESTAMP       |
| status                    | STRING          |
| updated\_at               | TIMESTAMP       |
| uri                       | STRING          |
