Method: RiCal::Properties::Journal#exdates=
- Defined in:
- lib/ri_cal/properties/journal.rb
#exdates=(ruby_values) ⇒ Object
set the value of the EXDATE property to multiple values one or more instances of OccurrenceList may be passed to this method
773 774 775 |
# File 'lib/ri_cal/properties/journal.rb', line 773 def exdates=(ruby_values) @exdate_property = ruby_values.map {|val| RiCal::PropertyValue::OccurrenceList.convert(self, *val)} end |