create-event
Schedule Microsoft Outlook calendar events with defined subject, body, start, end times, and time zone using the Microsoft Graph API for efficient meeting management.
Instructions
Create a calendar event using Microsoft Graph API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Content/body of the calendar event | |
end | No | End time in ISO format (e.g. 2025-04-20T13:00:00). Defaults to next business day at 1PM | |
start | No | Start time in ISO format (e.g. 2025-04-20T12:00:00). Defaults to next business day at noon | |
subject | Yes | Subject of the calendar event | |
timeZone | No | Time zone for the event. Defaults to GMT Standard Time |