get_upcoming_events
Retrieve upcoming calendar events from Google Calendar to check schedules and view meetings. Specify maximum results and calendar ID for customized queries.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | ||
| calendar_id | No | primary |