Method: RiCal::Properties::Journal#add_attendees
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_attendees(*ruby_values) ⇒ Object
add one or more values to the ATTENDEE property one or more instances of CalAddress may be passed to this method
533 534 535 |
# File 'lib/ri_cal/properties/journal.rb', line 533 def add_attendees(*ruby_values) ruby_values.each {|val| self.attendee_property << RiCal::PropertyValue::CalAddress.convert(self, val)} end |