Method: RiCal::Properties::Journal#add_exdate

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

#add_exdate(*ruby_value) ⇒ Object

add one value to the EXDATE property one instances of OccurrenceList may be passed to this method



791
792
793
# File 'lib/ri_cal/properties/journal.rb', line 791

def  add_exdate(*ruby_value)
 self.exdate_property << RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value)
end