Method: RiCal::Properties::Journal#created_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#created_property ⇒ Object
return the the CREATED property which will be an instances of RiCal::PropertyValueZuluDateTime
- purpose (from RFC 2445)
-
This property specifies the date and time that the calendar information was created by teh calendar user agent in the calendar store.
see RFC 2445 4.8.7.1 pp 129-130
50 51 52 |
# File 'lib/ri_cal/properties/journal.rb', line 50 def created_property @created_property end |