ICalUid property

String? ICalUid
override
Gets or sets the ICalendar Uid.

Implementation

String? get ICalUid => this.PropertyBag[AppointmentSchema.ICalUid] as String?;
void ICalUid=(String? value)

Implementation

set ICalUid(String? value) =>
    this.PropertyBag[AppointmentSchema.ICalUid] = value;