Products.MightyCal.EventCatalog.Event (version 1.12) | index /home/zope/lib/python/Products/MightyCal/EventCatalog/Event.py |
Event object: An Event Object defines a particular event in the MightyCal. The Event's properties contain the values of all of the Fields associated with the EventType. The Event class tries to be as close to a Flyweight as possible, by exporting most of intelligence for restructuring and creating Events to other classes, in particular EventTypeRegistry.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
DATA_ENTRY_HANDLER = 'DataEntryHandler' DTML_DIR = 'dtml' EVENT_CATALOG = 'EventCatalog' EVENT_EDIT_DTML_METHOD = 'event_entry' EVENT_OBJECT = 'Event' EVENT_TYPE_REGISTRY = 'EventTypeRegistry' TEMP_FOLDER = 'TempFolder' __file__ = '/home/zope/lib/python/Products/MightyCal/EventCatalog/Event.pyc' __name__ = 'Products.MightyCal.EventCatalog.Event' __version__ = '$Revision: 1.12 $' permAddEvent = 'Add Events' permViewMgmtScreen = 'View management screens' |