1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/calendly.md
octavia-bot-hoard[bot] 433dd77721 🐙 source-calendly: run up-to-date pipeline [2025-11-25] (#69971)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 22:23:58 -08:00

74 lines
6.5 KiB
Markdown

# Calendly
Calendly source syncs your organization members, groups, available event types, and scheduled events from Calendly!
## Configuration
| Input | Type | Description | Default Value |
| ------------ | -------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `api_key` | `string` | API Key. Go to Integrations → API &amp; Webhooks to obtain your bearer token. https://calendly.com/integrations/api_webhooks | |
| `start_date` | `string` | Start date to sync scheduled events from. | |
## Streams
:::note
Incremental sync in `scheduled_events` uses `start_time` as a cursor. This may lead to situations where data gets stale if the event changes after it got synced. If you are running into this, periodic full refresh would resync all data.
:::
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
| ------------------------ | ----------- | ---------------- | ------------------ | -------------------- |
| event_types | uri | DefaultPaginator | ✅ | ✅ |
| api_user | uri | No pagination | ✅ | ❌ |
| groups | uri | DefaultPaginator | ✅ | ❌ |
| organization_memberships | uri | DefaultPaginator | ✅ | ❌ |
| scheduled_events | uri | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
| ------- | ---------- | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.1.28 | 2025-11-25 | [69971](https://github.com/airbytehq/airbyte/pull/69971) | Update dependencies |
| 0.1.27 | 2025-11-18 | [69431](https://github.com/airbytehq/airbyte/pull/69431) | Update dependencies |
| 0.1.26 | 2025-10-29 | [68715](https://github.com/airbytehq/airbyte/pull/68715) | Update dependencies |
| 0.1.25 | 2025-10-21 | [68240](https://github.com/airbytehq/airbyte/pull/68240) | Update dependencies |
| 0.1.24 | 2025-10-14 | [67837](https://github.com/airbytehq/airbyte/pull/67837) | Update dependencies |
| 0.1.23 | 2025-10-07 | [67205](https://github.com/airbytehq/airbyte/pull/67205) | Update dependencies |
| 0.1.22 | 2025-09-30 | [66320](https://github.com/airbytehq/airbyte/pull/66320) | Update dependencies |
| 0.1.21 | 2025-08-09 | [64664](https://github.com/airbytehq/airbyte/pull/64664) | Update dependencies |
| 0.1.20 | 2025-08-02 | [64409](https://github.com/airbytehq/airbyte/pull/64409) | Update dependencies |
| 0.1.19 | 2025-07-26 | [63801](https://github.com/airbytehq/airbyte/pull/63801) | Update dependencies |
| 0.1.18 | 2025-07-19 | [63484](https://github.com/airbytehq/airbyte/pull/63484) | Update dependencies |
| 0.1.17 | 2025-07-12 | [63040](https://github.com/airbytehq/airbyte/pull/63040) | Update dependencies |
| 0.1.16 | 2025-06-28 | [62148](https://github.com/airbytehq/airbyte/pull/62148) | Update dependencies |
| 0.1.15 | 2025-06-21 | [61888](https://github.com/airbytehq/airbyte/pull/61888) | Update dependencies |
| 0.1.14 | 2025-05-28 | [60946](https://github.com/airbytehq/airbyte/pull/60946) | update scheduled events to ingest future events |
| 0.1.13 | 2025-05-24 | [60689](https://github.com/airbytehq/airbyte/pull/60689) | Update dependencies |
| 0.1.12 | 2025-05-10 | [59878](https://github.com/airbytehq/airbyte/pull/59878) | Update dependencies |
| 0.1.11 | 2025-05-03 | [59314](https://github.com/airbytehq/airbyte/pull/59314) | Update dependencies |
| 0.1.10 | 2025-04-26 | [58702](https://github.com/airbytehq/airbyte/pull/58702) | Update dependencies |
| 0.1.9 | 2025-04-19 | [58247](https://github.com/airbytehq/airbyte/pull/58247) | Update dependencies |
| 0.1.8 | 2025-04-12 | [57661](https://github.com/airbytehq/airbyte/pull/57661) | Update dependencies |
| 0.1.7 | 2025-04-05 | [57123](https://github.com/airbytehq/airbyte/pull/57123) | Update dependencies |
| 0.1.6 | 2025-03-29 | [56618](https://github.com/airbytehq/airbyte/pull/56618) | Update dependencies |
| 0.1.5 | 2025-03-22 | [56087](https://github.com/airbytehq/airbyte/pull/56087) | Update dependencies |
| 0.1.4 | 2025-03-08 | [55375](https://github.com/airbytehq/airbyte/pull/55375) | Update dependencies |
| 0.1.3 | 2025-03-01 | [54839](https://github.com/airbytehq/airbyte/pull/54839) | Update dependencies |
| 0.1.2 | 2025-02-22 | [54274](https://github.com/airbytehq/airbyte/pull/54274) | Update dependencies |
| 0.1.1 | 2025-02-15 | [51240](https://github.com/airbytehq/airbyte/pull/51240) | Update dependencies |
| 0.1.0 | 2025-02-12 | [52566](https://github.com/airbytehq/airbyte/pull/52566) | Add stream organization members, groups, available event types, and scheduled events. |
| 0.0.8 | 2024-12-28 | [50462](https://github.com/airbytehq/airbyte/pull/50462) | Update dependencies |
| 0.0.7 | 2024-12-21 | [50152](https://github.com/airbytehq/airbyte/pull/50152) | Update dependencies |
| 0.0.6 | 2024-12-14 | [49551](https://github.com/airbytehq/airbyte/pull/49551) | Update dependencies |
| 0.0.5 | 2024-12-12 | [49275](https://github.com/airbytehq/airbyte/pull/49275) | Update dependencies |
| 0.0.4 | 2024-12-11 | [49022](https://github.com/airbytehq/airbyte/pull/49022) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.3 | 2024-11-04 | [48279](https://github.com/airbytehq/airbyte/pull/48279) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47568](https://github.com/airbytehq/airbyte/pull/47568) | Update dependencies |
| 0.0.1 | 2024-09-01 | | Initial release by [@natikgadzhi](https://github.com/natikgadzhi) via Connector Builder |
</details>