list_events
Retrieve upcoming calendar events within a specified time range using start and end times in ISO format. Set the maximum number of results to display. Preserves calendar data by preventing deletions while maintaining event creation.
Instructions
List upcoming calendar events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of events to return (default: 10) | |
timeMax | No | End time in ISO format | |
timeMin | No | Start time in ISO format (default: now) |