AppointmentItem.RestoreOccurrence() Method
Replaces an exceptional recurring appointment with a regular occurrence.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public void RestoreOccurrence()
Remarks
When a regular recurring appointment is modified or deleted, you can use the RestoreOccurrence
method to reset these changes and restore the regular occurrence.
See Also