> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysetter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Schedule events directly to Calendly automatically.

<Note>
  Disclaimer: This is not an official API from Calendly. While we strive to ensure maximum uptime, changes introduced by Calendly may disrupt the API's functionality at any time. Please keep this in mind when building on top of our API.
</Note>

## Welcome

As of the date of this writing (01/25/2025), Calendly does not offer a way to automatically schedule events via its API (see [Calendly API reference](https://developer.calendly.com/api-docs)).
With our API, you can schedule events directly in Calendly. Learn how to automate your Calendly scheduling.

<Card title="Create Event Endpoint" icon="calendar" href="/calendly-scheduling/api-reference/create-event/post">
  View the API documentation
</Card>

<Note>
  Note: Currently the API only supports Calendly event types set to English, German, French and Spanish. Please [reach out](mailto:contact@trysetter.com), if you'd like us to support more languages. We can add more languages if there is a demand.
</Note>

## Authentication

All API endpoints are authenticated using API keys passed on through the request header.

```json theme={null}
"header": {
  {
    "X-API-Key": "<YOUR API KEY GOES HERE>"
  }
}
```
