Method: RiCal::Properties::Journal#attendees=
- Defined in:
- lib/ri_cal/properties/journal.rb
#attendees=(ruby_values) ⇒ Object
set the value of the ATTENDEE property to multiple values one or more instances of CalAddress may be passed to this method
521 522 523 |
# File 'lib/ri_cal/properties/journal.rb', line 521 def attendees=(ruby_values) @attendee_property = ruby_values.map {|val| RiCal::PropertyValue::CalAddress.convert(self, val)} end |