Vue Scheduler - Occurrence

An object that contains information about an appointment occurrence. The getOccurrences method returns objects of this type.

import { DxSchedulerTypes } from "devextreme-vue/scheduler"
Type: DxSchedulerTypes.Occurrence

An occurrence is an appointment instance that falls within the specified interval. Recurring appointments can generate multiple occurrences.

appointmentData

An object that contains data from the base appointment.

endDate

The end date of the appointment occurrence.

Type:

Date

startDate

The start date of the appointment occurrence.

Type:

Date