ConflictingMeetings property

ItemCollection<Appointment>? ConflictingMeetings
Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.

Implementation

ItemCollection<Appointment>? get ConflictingMeetings =>
    this.PropertyBag[AppointmentSchema.ConflictingMeetings]
        as ItemCollection<Appointment>?;