AdjacentMeetingCount property

int? AdjacentMeetingCount
Gets the number of calendar entries that are adjacent to this appointment in the authenticated user's calendar.

Implementation

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