Method: RiCal::Properties::Journal#exdate
- Defined in:
- lib/ri_cal/properties/journal.rb
#exdate ⇒ Object
return the value of the EXDATE property which will be an array of instances of OccurrenceList
809 810 811 |
# File 'lib/ri_cal/properties/journal.rb', line 809 def exdate exdate_property.map {|prop| prop ? prop.ruby_value : prop} end |