Method: RiCal::Properties::Journal#rdate_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#rdate_property ⇒ Object
return the the RDATE property which will be an array of instances of RiCal::PropertyValueOccurrenceList
- purpose (from RFC 2445)
-
This property defines the list of date/times for a recurring calendar component.
see RFC 2445 4.8.5.3 pp 115-117
950 951 952 |
# File 'lib/ri_cal/properties/journal.rb', line 950 def rdate_property @rdate_property ||= [] end |