41 lines
2.5 KiB
Markdown
41 lines
2.5 KiB
Markdown
# SavvyCal
|
|
Sync your scheduled meetings and scheduling links from SavvyCal!
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `api_key` | `string` | API Key. Go to SavvyCal → Settings → Developer → Personal Tokens and make a new token. Then, copy the private key. https://savvycal.com/developers | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| events | id | DefaultPaginator | ✅ | ❌ |
|
|
| scheduling_links | id | DefaultPaginator | ✅ | ❌ |
|
|
| timezones | id | No pagination | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|---------|------|--------------|---------|
|
|
| 0.0.15 | 2025-03-01 | [55041](https://github.com/airbytehq/airbyte/pull/55041) | Update dependencies |
|
|
| 0.0.14 | 2025-02-23 | [54585](https://github.com/airbytehq/airbyte/pull/54585) | Update dependencies |
|
|
| 0.0.13 | 2025-02-15 | [53960](https://github.com/airbytehq/airbyte/pull/53960) | Update dependencies |
|
|
| 0.0.12 | 2025-02-08 | [53448](https://github.com/airbytehq/airbyte/pull/53448) | Update dependencies |
|
|
| 0.0.11 | 2025-02-01 | [52993](https://github.com/airbytehq/airbyte/pull/52993) | Update dependencies |
|
|
| 0.0.10 | 2025-01-25 | [51855](https://github.com/airbytehq/airbyte/pull/51855) | Update dependencies |
|
|
| 0.0.9 | 2025-01-11 | [51307](https://github.com/airbytehq/airbyte/pull/51307) | Update dependencies |
|
|
| 0.0.8 | 2024-12-28 | [50734](https://github.com/airbytehq/airbyte/pull/50734) | Update dependencies |
|
|
| 0.0.7 | 2024-12-21 | [50242](https://github.com/airbytehq/airbyte/pull/50242) | Update dependencies |
|
|
| 0.0.6 | 2024-12-14 | [49688](https://github.com/airbytehq/airbyte/pull/49688) | Update dependencies |
|
|
| 0.0.5 | 2024-12-12 | [49342](https://github.com/airbytehq/airbyte/pull/49342) | Update dependencies |
|
|
| 0.0.4 | 2024-12-11 | [49044](https://github.com/airbytehq/airbyte/pull/49044) | 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 | [47816](https://github.com/airbytehq/airbyte/pull/47816) | Update dependencies |
|
|
| 0.0.2 | 2024-10-28 | [47558](https://github.com/airbytehq/airbyte/pull/47558) | Update dependencies |
|
|
| 0.0.1 | 2024-09-01 | | Initial release by [@natikgadzhi](https://github.com/natikgadzhi) via Connector Builder |
|
|
|
|
</details>
|