Method: RiCal::Properties::Journal#rdate_property=

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

#rdate_property=(*property_values) ⇒ Object

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



956
957
958
# File 'lib/ri_cal/properties/journal.rb', line 956

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