I need to define a class that represents a real-life event -- like a "movie premier", "party", etc. I will be creating a set of DB objects to store the data for each event and define relationships with other data we have (e.g. venue, people, etc.).
The word "event" has different meaning in the context of software, so I'd like to name the class something other than "event".
Any ideas on another name?
This related post asks a similar question, but I think all of the suggestions lack creativity -- basically @event, the case-sensitive name Event or use the the old-school naming convention CEvent. Technically good solutions, but they don't help when discussing the data objects w/ peers (my speech & listening abilities are case-insensitive) and don't convey any information on how the class is not an event in the traditional use of the term.