Method: RiCal::Properties::TimezonePeriod#rdate
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#rdate ⇒ Object
return the value of the RDATE property which will be an array of instances of OccurrenceList
227 228 229 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 227 def rdate rdate_property.map {|prop| prop ? prop.ruby_value : prop} end |