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

> Enumerator describing how the series of recurring activities are terminated.

Enumerator describing how the series of recurring activities are terminated.

## Syntax

```crmscript theme={null}
RecurrenceEndType
```

## Fields

| Name    | Description                                                                   |
| ------- | ----------------------------------------------------------------------------- |
| Unknown | 0: Unknown/undecided type                                                     |
| EndDate | The end of the recurrence is described by an end date.                        |
| Counter | The end of the recurrence is described with a number of recurring activities. |


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceEndType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceEndType.md)
- [SuperOffice.WebApi.Data.RecurrenceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceInfo.md)
- [NSRecurrenceInfo](/en/automation/crmscript/reference/CRMScript.NetServer.NSRecurrenceInfo.md)
- [Create Default Recurrence](/en/api/reference/restful/agent/appointment_agent/create-default-recurrence.md)
- [Create Default Recurrence By Date](/en/api/reference/restful/agent/appointment_agent/create-default-recurrence-by-date.md)
- [Get Email Appointment Recurrence](/en/api/reference/restful/agent/email_agent/get-email-appointment-recurrence.md)
