Method: RiCal::Properties::TimezonePeriod#rdate_property
- Defined in:
- lib/ri_cal/properties/timezone_period.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
179 180 181 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 179 def rdate_property @rdate_property ||= [] end |