removeAttendee method

bool removeAttendee(
  1. AttendeeProperty attendee
)

Removes the given attendee returning true when the attendee was found

Implementation

bool removeAttendee(AttendeeProperty attendee) => properties.remove(attendee);