# 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