ICalRecurrenceId property

DateTime? ICalRecurrenceId
Gets the ICalendar RecurrenceId.

Implementation

DateTime? get ICalRecurrenceId =>
    this.PropertyBag[AppointmentSchema.ICalRecurrenceId] as DateTime?;