Method: RiCal::Properties::Journal#add_attendee

Defined in:
lib/ri_cal/properties/journal.rb

#add_attendee(ruby_value) ⇒ Object

add one value to the ATTENDEE property one instances of CalAddress may be passed to this method



539
540
541
# File 'lib/ri_cal/properties/journal.rb', line 539

def  add_attendee(ruby_value)
 self.attendee_property << RiCal::PropertyValue::CalAddress.convert(self, ruby_value)
end