Method: RiCal::Properties::Journal#remove_exdate
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_exdate(*ruby_value) ⇒ Object
remove one value from the EXDATE property one instances of OccurrenceList may be passed to this method
803 804 805 |
# File 'lib/ri_cal/properties/journal.rb', line 803 def remove_exdate(*ruby_value) self.exdate_property.delete(RiCal::PropertyValue::OccurrenceList.convert(self, *ruby_value)) end |