AppointmentRecur

interface AppointmentRecur {
    endTimeOffset: number;
    exceptionInfo: ExceptionInfo[];
    recurrencePattern: RecurrencePattern;
    startTimeOffset: number;
}

Properties

endTimeOffset: number

The number of minutes, since midnight, after which each occurrence ends.

For example, the value for midnight is 0 (zero) and the value for 12:00 P.M. is 720.

exceptionInfo: ExceptionInfo[]

An array of ExceptionInfo structures.

recurrencePattern: RecurrencePattern

This field is a RecurrencePattern structure, as specified in section 2.2.1.44.1, that defines the recurrences.

startTimeOffset: number

The number of minutes, since midnight, after which each occurrence starts.

For example, the value for midnight is 0 (zero) and the value for 12:00 P.M. is 720.