Method: RiCal::Properties::Journal#remove_exrules

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

#remove_exrules(*ruby_values) ⇒ Object

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



860
861
862
# File 'lib/ri_cal/properties/journal.rb', line 860

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