get_calendar_events
Fetch calendar events within a specified time range using the calendar's unique URL. Integrates with DAV MCP Server for CalDAV, CardDAV, and WebDAV services.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
calendarUrl | Yes | The unique identifier (URL) of the calendar from which to fetch events. You can get this from 'get_my_calendars'. | |
timeRangeEnd | No | ISO 8601 datetime for end of range | |
timeRangeStart | No | ISO 8601 datetime for start of range |