RequiredAttendees property

AttendeeCollection RequiredAttendees
Gets a list of required attendees for this meeting.

Implementation

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