Angular Scheduler - Occurrence
An object that contains information about an appointment occurrence. The getOccurrences method returns objects of this type.
import { DxSchedulerTypes } from "devextreme-angular/ui/scheduler"
Type:
DxSchedulerTypes.Occurrence
An occurrence is an appointment instance that falls within the specified interval. Recurring appointments can generate multiple occurrences.