Method: RiCal::Properties::Journal#remove_exdates
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_exdates(*ruby_values) ⇒ Object
remove one or more values from the EXDATE property one or more instances of OccurrenceList may be passed to this method
797 798 799 |
# File 'lib/ri_cal/properties/journal.rb', line 797 def remove_exdates(*ruby_values) ruby_values.each {|val| self.exdate_property.delete(RiCal::PropertyValue::OccurrenceList.convert(self, *val))} end |