OptionalAttendees property

AttendeeCollection get OptionalAttendees
Gets a list of optional attendeed for this meeting.

Implementation

AttendeeCollection get OptionalAttendees =>
    this.PropertyBag[AppointmentSchema.OptionalAttendees]
        as AttendeeCollection;