Method: RiCal::Properties::Journal#exdate_property=

Defined in:
lib/ri_cal/properties/journal.rb

#exdate_property=(*property_values) ⇒ Object

set the the EXDATE property one or more instances of RiCal::PropertyValueOccurrenceList may be passed to this method



767
768
769
# File 'lib/ri_cal/properties/journal.rb', line 767

def exdate_property=(*property_values)
  @exdate_property= property_values.map{|prop| prop.for_parent(self)}
end