EventAggregator

pages/HelpOnEventAggregatorNewEvent

48:8d69ccf101db
2009-06-07 Paul Boddie Fixed form HTML and added title and category value retention across submissions. Simplified the date processing, producing errors for obvious fault conditions.
     1 ##master-page:HelpTemplate     2 ##master-date:Unknown-Date     3 #format wiki     4 #language en     5      6 == EventAggregatorNewEvent ==     7      8 The !EventAggregatorNewEvent action provides support for creating new events more conveniently than manually editing an event page based on a template. The action can be selected from the actions menu on any page, or it can be invoked by selecting a day number in an !EventAggregator calendar view.     9     10 Upon invoking the action, a form will be displayed requesting values for the following items:    11     12  * The title or summary of the event; this will be used as the page name.    13  * The start date of the event (optional).    14  * The end date of the event (optional).    15     16 When the form is submitted, a new page will be created and the supplied details inserted into the appropriate locations in the page. The new page will then be opened for further editing.    17     18 If a page already exists with a name identical to that provided as the event title, the form will prompt for an alternative title. If no end date is provided, the start and end dates will be identical in the newly created page.    19     20 /!\ If no changes are made to the new page during editing and the editing process is cancelled, the new page will still exist. Event pages created in error should therefore be deleted manually.    21     22 A technical note: new event pages are derived from the EventTemplate page by default; this can be overridden by setting the `event_aggregator_new_event_template` configuration setting for the Wiki.    23     24 == See Also ==    25     26  * HelpOnEventAggregator - a macro producing event calendars and listings