list_events
Retrieve upcoming calendar events within specified time ranges using a customizable query. Set start and end times, and limit results to manage event listings programmatically.
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) |