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

> Appointment and invitation synchronization info

Appointment and invitation synchronization info

## Syntax

```crmscript theme={null}
AppointmentCautionWarning
```

## Fields

| Name                                 | Description                                                                           |
| ------------------------------------ | ------------------------------------------------------------------------------------- |
| OK                                   | OK - no special warnings                                                              |
| NotInSync                            | Possibly not in sync with external systems                                            |
| NotNotifiedByEmail                   | Updated without sending email notifications                                           |
| RecurrencePatternNotSupported        | This recurrence pattern might not be supported in the external participants calendars |
| IncomingRecurrenceChangeNotSupported | A requested change to a recurrence appointment was not supported                      |
| ExternalParticipantsDateTimeMismatch | Time and date may be wrong for external participants due to unsupported changes       |


## Related topics

- [Enum values for AppointmentCautionWarning](/en/database/tables/enums/appointmentcautionwarning.md)
- [SuperOffice.WebApi.Data.AppointmentCautionWarning](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentCautionWarning.md)
- [appointment table](/en/database/tables/appointment.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [appointmentcautionwarning](/en/api/mdo-providers/reference/appointmentcautionwarning.md)
