# RecurrencePattern

**Kind:** Class

**Source:** `Outlook_plugin/src/calendar/calendar.model.ts` (line 163)

**Part of:** [Calendar](subsystem-outlook-plugin-src-calendar)

## Properties

| Property | Type |
|---|---|
| `type` | `RecurrencePatternType` |
| `interval` | `number` |
| `month` | `number` |
| `dayOfMonth` | `number` |
| `daysOfWeek` | `DayOfWeek[]` |
| `firstDayOfWeek` | `DayOfWeek` |
| `index` | `WeekIndex` |
