Organizer property

EmailAddress? Organizer
Gets the organizer of this meeting. The Organizer property is read-only and is only relevant for attendees. The organizer of a meeting is automatically set to the user that created the meeting.

Implementation

EmailAddress? get Organizer =>
    this.PropertyBag[AppointmentSchema.Organizer] as EmailAddress?;