Back to Devexpress

MergeActionType Enum

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-d1d09aaf.md

latest1.7 KB
Original Source

MergeActionType Enum

Enumerates values that specify a merge action.

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

Assembly : DevExpress.XtraScheduler.v25.2.Microsoft365Calendar.dll

NuGet Package : DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

csharp
public enum MergeActionType
vb
Public Enum MergeActionType

Members

NameDescription
DoNothing

Do nothing.

| | InsertOrUpdateAppointment |

Insert or update an appointment.

| | InsertOrUpdateEvent |

Insert or update an event.

| | DeleteAppointment |

Delete an appointment.

| | DeleteEvent |

Delete an event.

|

The following properties accept/return MergeActionType values:

See Also

Synchronization with Microsoft 365 Calendars

ActionType

DevExpress.XtraScheduler.Microsoft365Calendar Namespace