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

# <a id="SuperOffice_WebApi_Data_AppointmentCautionWarning" /> Enum AppointmentCautionWarning

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

Appointment and invitation synchronization info
This Enum is used by:  appointment.cautionWarning

```csharp theme={null}
public enum AppointmentCautionWarning : short
```

## Fields

`ExternalParticipantsDateTimeMismatch = 5`

5: Time and date may be wrong for external participants due to unsupported changes

`IncomingRecurrenceChangeNotSupported = 4`

4: A requested change to a recurrence appointment was not supported

`NotInSync = 1`

1: Possibly not in sync with external systems

`NotNotifiedByEmail = 2`

2: Updated without sending email notifications

`OK = 0`

0: OK - no special warnings

`RecurrencePatternNotSupported = 3`

3: This recurrence pattern might not be supported in the external participants calendars


## Related topics

- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.FencingInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.FencingInfo.md)
- [SuperOffice.WebApi.Data.SoSystemInfoCarrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.SoSystemInfoCarrier.md)
- [SuperOffice.WebApi.Data.CtaFlavor](/en/api/reference/webapi/SuperOffice.WebApi.Data.CtaFlavor.md)
- [SuperOffice.WebApi.Data.QuoteLine](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteLine.md)
