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

# Google Calendar

> Let your agent check availability and book meetings

## Setup

<Steps>
  <Step title="Create OAuth credentials">
    1. Go to [Google Cloud Console](https://console.cloud.google.com)
    2. Create OAuth 2.0 credentials (Web application type)
    3. Enable the Google Calendar API
    4. Complete the OAuth flow to get a refresh token
  </Step>

  <Step title="Add credentials in Orova">
    Go to **Settings → Integrations → Google Calendar** and enter your Client ID, Client Secret, and Refresh Token.
  </Step>

  <Step title="Create tool and assign">
    **Tools → Create Tool** → select **Google Calendar** → assign to your agent.
  </Step>
</Steps>

## Available tools

| Tool           | Description                   |
| -------------- | ----------------------------- |
| `list_events`  | List upcoming calendar events |
| `create_event` | Create a new calendar event   |
