get_upcoming_events
Retrieve upcoming events from your Google Calendar, with options to set maximum number and calendar ID.
Instructions
Get upcoming calendar events.
Args: max_results: Maximum number of events to return (default: 10) calendar_id: Calendar ID to query (default: "primary")
Returns: Formatted list of upcoming events with start time and title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | ||
| calendar_id | No | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |