Method: RiCal::Properties::Journal#add_rdates

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

#add_rdates(*ruby_values) ⇒ Object

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



974
975
976
# File 'lib/ri_cal/properties/journal.rb', line 974

def  add_rdates(*ruby_values)
 ruby_values.each {|val|  self.rdate_property << RiCal::PropertyValue::OccurrenceList.convert(self, *val)}
end