OptionalAttendees property

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

Implementation

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