outlook_create_recurring_event
Create recurring calendar events in Outlook with defined recurrence pattern, subject, start and end times, and optional attendees and online meeting settings.
Instructions
Create a recurring calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Event subject | |
| start | Yes | Start time | |
| end | Yes | End time | |
| recurrencePattern | Yes | Recurrence pattern object | |
| body | No | Event body content | |
| location | No | Event location | |
| attendees | No | List of attendees | |
| isOnlineMeeting | No | Whether to make this an online meeting |