Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Check Calendar Availability tool connects your agent to Cal.com so it can look up open time slots in real time based on what the caller requests.

Setup

1

Create a Cal.com account

Sign up at cal.com if you don’t have one.
2

Configure an event type

In your Cal.com dashboard, create an event type with your preferred duration, availability, and settings.
3

Collect your credentials

You’ll need two values from Cal.com:
CredentialWhere to find it
Event Type IDThe numeric ID in your event type’s URL
API KeySettings → Developer → API Keys
4

Add the function in UponAI

In your agent’s Functions section, select Check Calendar Availability and enter:
  • Tool name
  • Cal.com API Key
  • Event Type ID
  • Tool description
  • Timezone (optional)
5

Update your prompt

Tell the agent exactly when to check availability:
When the user states a time range, check calendar availability by calling the check_calendar_availability function.
Be explicit in your prompt about when to invoke this function. Vague instructions lead to inconsistent behavior.