remove method

remove(event_item)

Remove the eventItem from the collection.

def remove(self, event_item):
    ...
ParameterTypeDescription
event_itemEventItem

See Also