# File lib/ri_cal/properties/todo.rb, line 772 def add_attendee(ruby_value) self.attendee_property << RiCal::PropertyValue::CalAddress.convert(self, ruby_value) end