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

# Google Calendar for Workflows

> Trigger Workflows from calendar events and create, update, or query events automatically.

Use Google Calendar as a trigger or action in your [Workflows](/workflows/overview) to automate scheduling tasks. React to calendar changes, create events, check availability, and keep your team in sync.

## Triggers

<CardGroup cols={2}>
  <Card title="New or updated event" href="/integrations/google-workspace/google-calendar/new-or-updated-event-trigger">
    Start a Workflow when a Google Calendar event is created or updated.
  </Card>
</CardGroup>

## Actions

<CardGroup cols={2}>
  <Card title="Create event" href="/integrations/google-workspace/google-calendar/create-event">
    Create a new calendar event with title, date, time, and attendees.
  </Card>

  <Card title="Update event" href="/integrations/google-workspace/google-calendar/update-event">
    Modify an existing calendar event.
  </Card>

  <Card title="Get events" href="/integrations/google-workspace/google-calendar/get-events">
    Retrieve a list of events within a date range.
  </Card>

  <Card title="Get schedule" href="/integrations/google-workspace/google-calendar/get-schedule">
    Check free/busy availability for a calendar.
  </Card>
</CardGroup>
