Method: RiCal::Properties::TimezonePeriod#remove_rdates

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

#remove_rdates(*ruby_values) ⇒ Object

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



215
216
217
# File 'lib/ri_cal/properties/timezone_period.rb', line 215

def  remove_rdates(*ruby_values)
 ruby_values.each {|val|  self.rdate_property.delete(RiCal::PropertyValue::OccurrenceList.convert(self, *val))}
end