> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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 |


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceUpdateMode](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceUpdateMode.md)
- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeRequest.md)
- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeAndEmailRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeAndEmailRequest.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpBookingDeletedWithUpdateModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpBookingDeletedWithUpdateModeRequest.md)
- [Clean Up Booking Deleted With Update Mode](/en/api/reference/restful/agent/appointment_agent/clean-up-booking-deleted-with-update-mode.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
