fetchCalendarEvents
Retrieves upcoming events from a Google Calendar for a specified number of days ahead, with configurable result limits.
Instructions
Fetch upcoming Google Calendar events. Returns events for the next N days. Requires Google Calendar connector connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daysAhead | No | Number of days ahead to fetch (default: 7, max: 30). | |
| maxResults | No | Maximum events to return (default: 20, max: 50). | |
| calendarId | No | Calendar ID to query (e.g. 'primary' or an email address). Defaults to the connected calendar. |