add method

add(event_item)

Add the eventItem in the collection.

Returns

def add(self, event_item):
    ...
Parameter Type Description
event_item EventItem

See Also