Method: RiCal::Properties::Journal#rdates=

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

#rdates=(ruby_values) ⇒ Object

set the value of the RDATE property to multiple values one or more instances of OccurrenceList may be passed to this method



962
963
964
# File 'lib/ri_cal/properties/journal.rb', line 962

def rdates=(ruby_values)
  @rdate_property = ruby_values.map {|val| RiCal::PropertyValue::OccurrenceList.convert(self, *val)}
end