> For the complete documentation index, see [llms.txt](https://notara.gitbook.io/notara-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notara.gitbook.io/notara-docs/connectors/calendly.md).

# Calendly

Read your Calendly schedule — upcoming events, invitee details, and active booking pages — from Slack.

## What It Enables

| Tool                    | Capability | Description                                                            |
| ----------------------- | ---------- | ---------------------------------------------------------------------- |
| `list_scheduled_events` | `read`     | List upcoming and recent events with invitee details, time, and status |
| `get_event_invitees`    | `read`     | Get invitee details for a specific event                               |
| `list_event_types`      | `read`     | List active booking pages with duration and scheduling URL             |

All tools are read-only.

## Setup

**Required:** Calendly personal access token

**Where to find it:** [calendly.com/integrations/api-webhooks](https://calendly.com/integrations/api-webhooks)

1. In the Notara dashboard, go to **Tools**.
2. Click the **Calendly** tile.
3. In Calendly, go to **Integrations → API & Webhooks** and generate a personal access token.
4. Paste the token into the credential field and click **Verify & Save**.

Your access token is encrypted at rest with AES-256-GCM.

## Example Prompts

> "What meetings do I have scheduled this week in Calendly?"

> "Who has booked the 30-minute intro call — show me names and emails."

> "List all my active Calendly booking pages and their durations."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notara.gitbook.io/notara-docs/connectors/calendly.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
