Claude Outlook MCP Tool
outlook_calendar
Interact with Microsoft Outlook for macOS calendar - view, create, and manage events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | Comma-separated list of attendee email addresses (optional for create operation) | |
body | No | Event description/body (optional for create operation) | |
days | No | Number of days to look ahead (optional, for upcoming operation, default: 7) | |
end | No | End time in ISO format (required for create operation) | |
limit | No | Number of events to retrieve (optional, for today and upcoming operations) | |
location | No | Event location (optional for create operation) | |
operation | Yes | Operation to perform: 'today', 'upcoming', 'search', or 'create' | |
searchTerm | No | Text to search for in events (required for search operation) | |
start | No | Start time in ISO format (required for create operation) | |
subject | No | Event subject/title (required for create operation) |