EventAggregator

pages/HelpOnEventAggregatorSummary

26:c59f92f89613
2009-03-31 Paul Boddie Introduced a support function for getting events in order. Added iCalendar download links and tidied up link generation.
     1 ##master-page:HelpTemplate     2 ##master-date:Unknown-Date     3 #format wiki     4 #language en     5      6 == EventAggregatorSummary ==     7      8 The !EventAggregatorSummary action provides iCalendar summaries of events whose details are recorded in pages belonging to specific categories (such as CategoryEvents). These summaries can then be imported into applications which understand the iCalendar format.     9     10 Upon invoking the action, an iCalendar response will be produced. If the action is invoked in a browser, it is most likely that a dialogue box will appear asking you whether you would like to save the response to a file or to open the response in a suitable application. This behaviour is slightly different to many !MoinMoin actions.    11     12 == Using the Actions Menu Entry ==    13     14 The action can be selected from the actions menu on any page; this will produce a form requesting values for the following items:    15     16  * The names of categories known to the Wiki.    17  * The start (first month) of the summary (optional).    18  * The end (last month) of the summary (optional).    19     20 Where no start or end values are specified, all events in the chosen categories are included in the summary.    21     22 == Making Direct Requests to the Action ==    23     24 Alternatively, a collection of parameters can be specified in the URL of any Wiki page. For example:    25     26 {{{    27 http://example.com/moin/FrontPage?action=EventAggregatorSummary&category=CategoryEvents&doit=1    28 }}}    29     30 This should produce an iCalendar resource in response. By specifying `start` and `end` parameters, a restricted view can be obtained. For example:    31     32 {{{    33 http://example.com/moin/FrontPage?action=EventAggregatorSummary&category=CategoryEvents    34 &start=2009-06&end=2009-07&doit=1    35 }}}    36     37 This restricts the initial query to only retrieve events occurring in the months of June 2009 (`2009-06`) and July 2009 (`2009-07`).    38     39 == See Also ==    40     41  * HelpOnEventAggregator - a macro producing event calendars and listings