> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum RecurrencePattern

> Enumerator describing the main pattern of recurrence.

Enumerator describing the main pattern of recurrence.

## Syntax

```crmscript theme={null}
RecurrencePattern
```

## Fields

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