Method: RiCal::Properties::TimezonePeriod#add_rdates
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#add_rdates(*ruby_values) ⇒ Object
add one or more values to the RDATE property one or more instances of OccurrenceList may be passed to this method
203 204 205 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 203 def add_rdates(*ruby_values) ruby_values.each {|val| self.rdate_property << RiCal::PropertyValue::OccurrenceList.convert(self, *val)} end |