> ## 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 RecurrenceUpdateMode

> Appointment recurrence change mode: only this, this and forward, stop

Appointment recurrence change mode: only this, this and forward, stop

## Syntax

```crmscript theme={null}
RecurrenceUpdateMode
```

## Fields

| Name           | Description                                                |
| -------------- | ---------------------------------------------------------- |
| Unknown        | 0: Unknown/undecided type                                  |
| OnlyThis       | Update only this instance                                  |
| ThisAndForward | Update this instance and all instances forward in time     |
| StopRecurrence | Stop the recurrence from this instance and forward in time |
