> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for RecurrencePattern

> Lists the enum values for RecurrencePattern.

## RecurrencePattern Enum

Recurrence pattern (daily, weekly etc)

| Name    | Value | Description                                                                        |
| ------- | ----- | ---------------------------------------------------------------------------------- |
| Unknown | 0     | 0: Unknown/undecided type                                                          |
| Daily   | 1     | Dayly recurrence.                                                                  |
| Weekly  | 2     | Weekly recurrence.                                                                 |
| Monthly | 3     | Monthly recurrence.                                                                |
| Yearly  | 4     | Yearly recurrence.                                                                 |
| Custom  | 5     | Custom recurrence, only dates are specified.  See RecurrenceDayPattern for details |

## Usage

* [RecurrenceRule](../recurrencerule).pattern - The recurrency pattern for a recurring event. Each recurring event has an appointment.recurrenceRuleId pointing to its pattern.
