Library.
load_event_from_db
Load an event from the database by database id or the public id.
project (Project) – The project used to access the database.
Project
ev_id (int) – The unique database id of the event.
public_id (str) – The public id of the event.
The events found in the database matching the search criteria.
list of Event
list
Event