Method: RiCal::Properties::Journal#remove_attendee

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

#remove_attendee(ruby_value) ⇒ Object

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



551
552
553
# File 'lib/ri_cal/properties/journal.rb', line 551

def  remove_attendee(ruby_value)
 self.attendee_property.delete(RiCal::PropertyValue::CalAddress.convert(self, ruby_value))
end