ConflictingMeetingCount property

int? ConflictingMeetingCount
Gets the number of calendar entries that conflict with this appointment in the authenticated user's calendar.

Implementation

int? get ConflictingMeetingCount =>
    this.PropertyBag[AppointmentSchema.ConflictingMeetingCount] as int?;