EventAggregator

pages/HelpOnEventAggregatorNewEvent

59:7f2571ba55e3
2009-11-07 Paul Boddie Updated release notes.
     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 == Categories and Templates ==    23     24 If the action has been invoked by following a link from a calendar, then the default categories assigned to a new event are derived from those used to present events in the calendar. Otherwise, no categories are selected by default for a new event.    25     26 New event pages are derived from a particular template page. If the action has been invoked by a link provided by a calendar, the `template` parameter of the !EventAggregator macro may specify the default template page for the new event. If no such parameter was used for the calendar, or if no calendar was involved (such as when the action is invoked from the editing menu), the EventTemplate page is chosen to be the default template page for the event.    27     28 A technical note: this underlying default setting (the use of EventTemplate) can be changed by setting or editing the `event_aggregator_new_event_template` configuration setting for the Wiki.    29     30 == See Also ==    31     32  * HelpOnEventAggregator - a macro producing event calendars and listings