list_calendar_events
Retrieve calendar events within a specified date range, with options to set start and end dates and limit results.
Instructions
List calendar events within a date range.
Args:
start_date: Start date in ISO format (default: today)
end_date: End date in ISO format (default: 30 days from now)
limit: Maximum number of events to return (default: 50)
Returns:
List of calendar events
Example:
list_calendar_events(
start_date="2025-12-01T00:00:00",
end_date="2025-12-31T23:59:59",
limit=20
)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | No | ||
| end_date | No | ||
| limit | No |