gcal_get_events
Retrieve Google Calendar events in a specified date range, returning event IDs, titles, times, descriptions, and locations for scheduling and management.
Instructions
Fetch Google Calendar events within a date range.
Returns a list of events with their IDs, titles, start/end times, descriptions, and locations. Use the event ID with other tools to update or delete specific events.
Args: params.start_date: Start of the date range (ISO date string). params.end_date: End of the date range (ISO date string). params.calendar_id: Calendar to query (default: primary). params.max_results: Max events to return (default: 50).
Returns: str: JSON array of event dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |