Recurrence property

Recurrence? Recurrence
Gets the recurrence pattern for this meeting request.

Implementation

complex.Recurrence? get Recurrence =>
    this.PropertyBag[AppointmentSchema.Recurrence] as complex.Recurrence?;