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

# Meeting Auto-Scheduling Agent

> Automate meeting coordination with AI-powered scheduling

Meeting Auto-Scheduling Agents are digital teammates that actively negotiate optimal meeting times by understanding context, preferences, and priorities. They process thousands of scheduling permutations in seconds while coordinating across teams, time zones, and calendars. No more back-and-forth emails.

## Key features

<CardGroup cols={3}>
  <Card title="Natural language" icon="comments">
    Understands scheduling requests in plain English
  </Card>

  <Card title="Multi-timezone coordination" icon="globe">
    Finds times during working hours for all participants across time zones
  </Card>

  <Card title="Conflict resolution" icon="circle-check">
    Handles hard conflicts, soft conflicts, and priority-based scheduling
  </Card>

  <Card title="Automatic rescheduling" icon="arrows-rotate">
    Proposes alternatives when meetings need to move
  </Card>

  <Card title="Learning preferences" icon="brain">
    Adapts to individual and team scheduling patterns over time
  </Card>

  <Card title="Buffer time management" icon="clock">
    Adds breaks between consecutive meetings
  </Card>

  <Card title="Intelligent prioritization" icon="ranking-star">
    Respects organizational hierarchy and meeting importance
  </Card>

  <Card title="Multi-platform integration" icon="plug">
    Works with Google Calendar, Outlook, and major meeting platforms
  </Card>
</CardGroup>

## How to set up an agent for meeting auto-scheduling

### Triggers for meeting scheduling agents

<iframe src="https://app.supademo.com/embed/cmkewuh3y0dv9w7p2l515yatk" frameBorder="0" title="Meeting Scheduler Triggers Setup" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position:"relative",top:0,left:0,width:"100%",height:"400px",border:"3px solid #5E43CE",borderRadius:"10px" }} />

To enable your scheduling agent, you'll need a Google Calendar integration with read/write access to check availability and create events, plus a Gmail trigger to monitor your inbox and kick off the agent when scheduling requests arrive.

### Add tools to your scheduling agent

To build a calendar scheduling agent, you'll need these basic tools to get started:

<CardGroup cols={2}>
  <Card title="Check Google calendar availability" icon="calendar-check">
    Find open slots in your sales team's calendars
  </Card>

  <Card title="Send email (Gmail)" icon="envelope">
    Reply with available time options to prospects
  </Card>

  <Card title="Create Meet Event in Google Calendar" icon="video">
    Automatically generate video links for each demo
  </Card>

  <Card title="Get events from Google Calendar" icon="list">
    Avoid double-booking or scheduling too many demos in one day
  </Card>
</CardGroup>

#### How to add these tools to your agent

1. Go to **Tools** in your Agent Builder
2. Click **+ Add Tool**
3. Click **New Tool**
4. Click **Build from Scratch**
5. Click **Add Step**
6. Search for your calendar provider (e.g., "google calendar" or "outlook")
7. Select the tools you need from the results

<Tip>
  Search for your specific calendar provider to discover available built-in tools.
</Tip>

<Frame>
  <img src="https://mintcdn.com/relevanceai/Mo-u1kdbOQhAT1t-/images/agent-scheduler-tools.png?fit=max&auto=format&n=Mo-u1kdbOQhAT1t-&q=85&s=edc0f16445be28d79c605018784a1dd8" alt="Available calendar tools for scheduling agents" width="1160" height="1088" data-path="images/agent-scheduler-tools.png" />
</Frame>

## Use case example: Automating demo requests for sales

<Accordion title="Calendar Bookings Scheduler Agent - clone from marketplace">
  **Scenario**

  Your sales team receives numerous demo requests via email. Instead of manually checking calendars and coordinating schedules, an AI agent can handle the entire process automatically.

  ***

  **How it works:**

  <Steps>
    <Step title="Monitors inbox">
      Automatically detects demo requests from incoming emails
    </Step>

    <Step title="Checks availability">
      Reviews your calendar in real-time to find open slots
    </Step>

    <Step title="Coordinates timezones">
      Handles timezone differences automatically to suggest appropriate meeting times
    </Step>

    <Step title="Proposes time slots">
      Suggests 30-minute meeting slots across two different days (avoiding weekends)
    </Step>

    <Step title="Books & confirms">
      * Books immediately if a specific time is requested and available
      * Proposes 2-3 times per day when flexibility is needed
      * Sends professional confirmation emails
    </Step>
  </Steps>

  ***

  **Ready to use this agent?**

  [Clone from Relevance AI Marketplace →](https://marketplace.relevanceai.com/)
</Accordion>
