Outlook Meetings Scheduler MCP Server

by anoopt
Verified
ISC License
34
  • Apple

list-events

List and filter calendar events in Microsoft Outlook by subject, date range, and max results to manage and organize meetings effectively.

Instructions

List calendar events with optional filtering

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date in ISO format (e.g. 2025-04-20T23:59:59) to filter events until
maxResultsNoMaximum number of events to return
startDateNoStart date in ISO format (e.g. 2025-04-20T00:00:00) to filter events from
subjectNoFilter events by subject containing this text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date in ISO format (e.g. 2025-04-20T23:59:59) to filter events until", "type": "string" }, "maxResults": { "description": "Maximum number of events to return", "type": "number" }, "startDate": { "description": "Start date in ISO format (e.g. 2025-04-20T00:00:00) to filter events from", "type": "string" }, "subject": { "description": "Filter events by subject containing this text", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Outlook Meetings Scheduler MCP Server

Related Tools

ID: xi1vcrjgku