Method: RiCal::Properties::Journal#add_exrules

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

#add_exrules(*ruby_values) ⇒ Object

add one or more values to the EXRULE property one or more instances of RecurrenceRule may be passed to this method



848
849
850
# File 'lib/ri_cal/properties/journal.rb', line 848

def  add_exrules(*ruby_values)
 ruby_values.each {|val|  self.exrule_property << RiCal::PropertyValue::RecurrenceRule.convert(self, val)}
end