MeetingWorkspaceUrl property

String? MeetingWorkspaceUrl
Gets the URL of the meeting workspace. A meeting workspace is a shared Web site for planning meetings and tracking results.

Implementation

String? get MeetingWorkspaceUrl =>
    this.PropertyBag[AppointmentSchema.MeetingWorkspaceUrl] as String?;