Method: RiCal::Properties::TimezonePeriod#add_rrules
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#add_rrules(*ruby_values) ⇒ Object
add one or more values to the RRULE property one or more instances of RecurrenceRule may be passed to this method
266 267 268 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 266 def add_rrules(*ruby_values) ruby_values.each {|val| self.rrule_property << RiCal::PropertyValue::RecurrenceRule.convert(self, val)} end |