Method: RiCal::Properties::Journal#uid_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#uid_property ⇒ Object
return the the UID property which will be an instances of RiCal::PropertyValueText
- purpose (from RFC 2445)
-
This property defines the persistent, globally unique identifier for the calendar component.
see RFC 2445 4.8.4.7 pp 111-112
380 381 382 |
# File 'lib/ri_cal/properties/journal.rb', line 380 def uid_property @uid_property end |