AdjacentMeetings property
ItemCollection<Appointment> ?
get
AdjacentMeetings
Implementation
ItemCollection<Appointment>? get AdjacentMeetings =>
this.PropertyBag[AppointmentSchema.AdjacentMeetings]
as ItemCollection<Appointment>?;