Outlook Calendar MCP
by merajmehrabi
create_event
Create a new calendar event or meeting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attendees | No | Semicolon-separated list of attendee email addresses (optional) | |
body | No | Event description/body (optional) | |
calendar | No | Calendar name (optional) | |
endDate | No | End date in MM/DD/YYYY format (optional, defaults to start date) | |
endTime | No | End time in HH:MM AM/PM format (optional, defaults to 30 minutes after start time) | |
isMeeting | No | Whether this is a meeting with attendees (optional, defaults to false) | |
location | No | Event location (optional) | |
startDate | Yes | Start date in MM/DD/YYYY format | |
startTime | Yes | Start time in HH:MM AM/PM format | |
subject | Yes | Event subject/title |