> For the complete documentation index, see [llms.txt](https://raia2.gitbook.io/raia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-calendar-skill.md).

# Agent Calendar Skill

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FXP2cvWpKNI3JhnRnRTYn%2Fimage.png?alt=media&amp;token=3069741e-a914-4084-8222-d5c5fa14486e" alt=""><figcaption></figcaption></figure>

The **Calendar** skill integrates with [Cal.com](https://cal.com) to help AI agents manage appointments and scheduling tasks.

\
It provides a seamless booking experience that syncs with multiple calendar providers.

### Overview

With this skill, an agent can:

* **Create** calendar events
* **View** existing appointments
* **Update** scheduled events
* **Delete** events when necessary

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FQZ7381CSYmHpe2KdOEm9%2Fimage.png?alt=media&amp;token=4595c978-bfe6-451d-9576-ee053a1a78d0" alt=""><figcaption></figcaption></figure>

### Authentication

To enable the skill, supply a valid **Cal.com API token**.\
This token authenticates the agent and grants permission to perform calendar actions on the user’s behalf.

<pre><code>Required: Cal.com API Token
<strong>Purpose : Authorize create / view / update / delete operations
</strong></code></pre>

### Prompt Integration

The agent’s **system prompt** should include instructions that:

1. Inform the AI when scheduling is appropriate.
2. Describe how to call the Calendar skill when a user mentions booking, rescheduling, or checking availability.

These prompt rules allow the agent to recognize scheduling-related requests and respond with the correct calendar management actions.


---

# 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://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-calendar-skill.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.
