DAV MCP Server

by jahfer

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

NameRequiredDescriptionDefault
calendarUrlYesThe unique identifier (URL) of the calendar from which to fetch events. You can get this from 'get_my_calendars'.
timeRangeEndNoISO 8601 datetime for end of range
timeRangeStartNoISO 8601 datetime for start of range

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "calendarUrl": { "description": "The unique identifier (URL) of the calendar from which to fetch events. You can get this from 'get_my_calendars'.", "type": "string" }, "timeRangeEnd": { "description": "ISO 8601 datetime for end of range", "format": "date-time", "type": "string" }, "timeRangeStart": { "description": "ISO 8601 datetime for start of range", "format": "date-time", "type": "string" } }, "required": [ "calendarUrl" ], "type": "object" }

You must be authenticated.

Other Tools from DAV MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jahfer/dav-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server