enrich_calendar_event
Get comprehensive event details including attendees, notes, transcript, and AI insights from Google or Outlook Calendar.
Instructions
Get comprehensive details about a specific calendar event including attendees, meeting notes, transcript, and AI-generated insights from Google Calendar or Outlook Calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_provider | Yes | Calendar service to use. Supports Google Calendar and Outlook Calendar. | googlecalendar |
| event_id | Yes | The calendar event ID to enrich (e.g., from the Get Calendar Events List action). | |
| calendar_id | No | The calendar ID where the event is located. Required for Outlook Calendar events. | |
| include_attendees | No | Include attendee information (names, emails, response status). | |
| include_description | No | Include the event description and agenda. | |
| include_transcript | No | Include the full meeting transcript if available. | |
| include_ai_insights | No | Include AI-generated summary, action items, and key decisions. | |
| scrape_context_documents | No | Automatically scrape and include text from any URLs/documents mentioned in the event description. | |
| output_variable_name | Yes | Provide a variable name to store the enriched event data, like 'enriched_event' or 'meeting_details'. |