ICalUid property

String? ICalUid
override
Gets the ICalendar Uid.

Implementation

String? get ICalUid =>
    this.PropertyBag[MeetingMessageSchema.ICalUid] as String?;