Skip to main content
Glama

Outlook Calendar MCP

by merajmehrabi

list_events

Retrieve calendar events within a specified date range from Microsoft Outlook using a local, privacy-focused solution. Input start date, optional end date, and calendar name to view event details.

Instructions

List calendar events within a specified date range

Input Schema

NameRequiredDescriptionDefault
calendarNoCalendar name (optional)
endDateNoEnd date in MM/DD/YYYY format (optional)
startDateYesStart date in MM/DD/YYYY format

Input Schema (JSON Schema)

{ "properties": { "calendar": { "description": "Calendar name (optional)", "type": "string" }, "endDate": { "description": "End date in MM/DD/YYYY format (optional)", "type": "string" }, "startDate": { "description": "Start date in MM/DD/YYYY format", "type": "string" } }, "required": [ "startDate" ], "type": "object" }

Other Tools from Outlook Calendar MCP

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/merajmehrabi/Outlook_Calendar_MCP'

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