IsOnlineMeeting property

bool? IsOnlineMeeting
Gets a value indicating whether this is an online meeting.

Implementation

bool? get IsOnlineMeeting =>
    this.PropertyBag[AppointmentSchema.IsOnlineMeeting] as bool?;