outlook_build_recurrence_pattern
Construct a recurrence pattern object for Outlook calendar events by specifying pattern type, interval, days, date, range, and occurrences.
Instructions
Build a recurrence pattern object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patternType | Yes | Type of recurrence pattern | |
| interval | No | Interval between occurrences | |
| daysOfWeek | No | Days of the week for the pattern | |
| dayOfMonth | No | Day of the month | |
| monthOfYear | No | Month of the year | |
| index | No | Index for relative patterns (e.g., "first") | |
| rangeType | Yes | Type of recurrence range | |
| numberOfOccurrences | No | Number of occurrences | |
| rangeStartDate | No | Start date of the range | |
| rangeEndDate | No | End date of the range |