list_events
Retrieve upcoming calendar events within specified time ranges using the Google Calendar API, with customizable start and end times, and control over the number of events returned.
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) |