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

# SuperOffice.WebApi.Data.RecurrenceEndType

# <a id="SuperOffice_WebApi_Data_RecurrenceEndType" /> Enum RecurrenceEndType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Enumerator describing how the series of recurring activities are terminated.

```csharp theme={null}
public enum RecurrenceEndType
```

## Fields

`Counter = 2`

2: The end of the recurrence is described with a number of recurring activities.

`EndDate = 1`

1: The end of the recurrence is described by an end date.

`Unknown = 0`

0: 0: Unknown/undecided type


## Related topics

- [SuperOffice.WebApi.Data.RecurrenceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceInfo.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.RecurrencePattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrencePattern.md)
- [SuperOffice.WebApi.Data.RecurrenceDailyPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceDailyPattern.md)
- [SuperOffice.WebApi.Data.RecurrenceMonthPattern](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecurrenceMonthPattern.md)
