Method: RiCal::Properties::Journal#add_exdates

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

#add_exdates(*ruby_values) ⇒ Object

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



785
786
787
# File 'lib/ri_cal/properties/journal.rb', line 785

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