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