Method: RiCal::Properties::Journal#remove_attendees

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

#remove_attendees(*ruby_values) ⇒ Object

remove one or more values from the ATTENDEE property one or more instances of CalAddress may be passed to this method



545
546
547
# File 'lib/ri_cal/properties/journal.rb', line 545

def  remove_attendees(*ruby_values)
 ruby_values.each {|val|  self.attendee_property.delete(RiCal::PropertyValue::CalAddress.convert(self, val))}
end