get_calendar_events_list
Retrieve calendar events from Google or Outlook with filters for event timing, count, and calendar scope to organize your schedule.
Instructions
Build a list of the user's calendar events from Google Calendar, Outlook Calendar, or all connected calendars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_provider | Yes | Calendar service to use. Select 'All Connected Calendars' to combine events from all providers. | all |
| event_filter | Yes | Select which events to retrieve based on their timing. | future |
| with_notetaker_transcript_only | No | When Event Filter is Past, only include events that have a notetaker recording with transcript (for post-meeting follow-up agent). Default: off for backwards compatibility. | |
| max_events | Yes | Maximum number of events to retrieve (e.g., 30). | 30 |
| primary_calendar_only | Yes | Only retrieve events from the user's primary calendar. | |
| output_format | Yes | Choose how the calendar events should be formatted. | json |
| output_variable_name | Yes | Provide a variable name to store the calendar events list, like 'calendar_events' or 'upcoming_meetings'. |