get_calendar_events
Retrieve calendar events from Nextcloud with optional start and end dates. Filter by date range to get events for a specific period.
Instructions
Retrieve calendar events from Nextcloud. Can specify date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return | |
| endDate | No | End date YYYY-MM-DD (defaults to 30 days from start) | |
| startDate | No | Start date YYYY-MM-DD (defaults to today) |