Outlook Calendar MCP

list_events

Retrieve calendar events within a defined date range using the Outlook Calendar MCP. Specify start and end dates to view events from your local Microsoft Outlook calendar without data leaving your machine.

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" }

You must be authenticated.

Other Tools from Outlook Calendar MCP

Related Tools

ID: 08enllwrbp