> ## 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.

# Outlook Calendar for Workflows

> Automate calendar management with Outlook Calendar triggers and actions.

Use Outlook Calendar to trigger [Workflows](/workflows/overview) from calendar events and automate event creation and retrieval.

## Triggers

<CardGroup cols={2}>
  <Card title="New calendar event" href="/integrations/microsoft-365/outlook/new-calendar-event-trigger">
    Start a Workflow when a new event is created.
  </Card>

  <Card title="Updated calendar event" href="/integrations/microsoft-365/outlook/updated-calendar-event-trigger">
    Start a Workflow when an event is updated.
  </Card>
</CardGroup>

## Actions

<CardGroup cols={2}>
  <Card title="Create calendar event" href="/integrations/microsoft-365/outlook/create-calendar-event">
    Create a new event in your Outlook Calendar.
  </Card>

  <Card title="Get calendar events" href="/integrations/microsoft-365/outlook/get-calendar-events">
    Retrieve a list of calendar events.
  </Card>
</CardGroup>
