create_calendar_event
Schedule appointments in Outlook by creating calendar events with subject, start time, duration, location, description, and optional attendee invites.
Instructions
Create a calendar event, optionally sending invites to attendees.
Args: subject: Event title. start: Start time as "YYYY-MM-DD HH:MM". duration_minutes: Length of the event in minutes. location: Optional location. body: Optional description. attendees: Optional semicolon-separated attendee addresses; if given, the event is sent as a meeting invitation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| start | Yes | ||
| subject | Yes | ||
| location | No | ||
| attendees | No | ||
| duration_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |