Event Document Edit Form

The Event Document Edit form is used to edit events. It's also used to set the REVIEWED state of a posting for sites that are moderated. You can see (but not change) dates for the event. You need to click the Updates, Reviews, Dates tab to do that.

For more information about the fields, scroll down in this page.

Event Document Properties

Note: all properties are STRING unless otherwise mentioned.

These properties are not directly accessible via the Zope management interface, but can be changed via the editing form you see when accessing an event from a list of events in the Contents view.

ID
Identifier, not changeable in the edit form.

origPostingTime (form: Originally Posted)
A DateTime that records when the event was posted. Not changeable in the edit form.

creator_name, creator_email, creator_phone (form: 'Author...' )
Info about the creator of the event posting.

reviewed (form: Reviewed status)
Boolean propery that indicates whether or not the event has been reviewed. This field isn't shown if the EventFolder's moderated mode is disabled.

text_content (form: Event Description)
The body text of the posting. Peculiar name supported for summarization via the ZCatalog (read the src).

contact_name, contact_email, contact_phone
Contact person's info. Can be same as that of creator if:

contact_same_as _creator (form: Contact=Author)
If this boolean property is 'on' then the creator name, etc., is used when contact person's name, etc., is required.

title
Title of the event

subject
This Lines property is filled in with the subject names selected by the author of the posting (the 'creator'). Note: subjects are required. There should always be a 'General' subject since it is referred to by the explanations at the end of the New Event form and the event editing form.