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