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

# Enrich Calendar Event

## Overview

Get comprehensive details about a specific calendar event, including attendees, meeting notes, the meeting transcript (when available), and AI-generated insights — from Google Calendar or Outlook Calendar.

### Use Cases

* **Post-meeting follow-up**: Pull the transcript and attendees for an auto-generated recap.
* **Meeting prep**: Re-hydrate a past meeting to reference during prep for the next one.
* **CRM logging**: Summarize a meeting and attach the notes back to HubSpot.

## Configuration Fields

### Event ID

* **Description**: The ID of the calendar event to enrich.
* **Required**: Yes

### Calendar Source

* **Description**: Which calendar provider the event lives on.
* **Options**: `google`, `outlook`, `all`
* **Default**: `all`

### Output Variable Name

* **Description**: Variable name to store the enriched event details.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Get Calendar Events List](./get_calendar_events_list) to discover events to enrich.
* The full [Meeting Prep](/agent-packs/meeting-prep) and [Meeting Follow-Up](/agent-packs/meeting-followup) packs build on this action.
