outlook_create_recurrence_helper
Create recurring Outlook calendar events using simplified inputs such as title, start/end times, recurrence type, and end conditions.
Instructions
Helper to create a recurring event with simplified inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date | |
| endAfter | No | When to end the recurrence (date or occurrences) | |
| eventTitle | Yes | Title of the event | |
| endDateTime | Yes | End date and time | |
| occurrences | No | Number of occurrences | |
| startDateTime | Yes | Start date and time | |
| recurrenceType | Yes | Type of recurrence (daily, weekly, etc.) |