IsRecurring property

bool? IsRecurring
Gets a value indicating whether the appointment is recurring.

Implementation

bool? get IsRecurring =>
    this.PropertyBag[AppointmentSchema.IsRecurring] as bool?;