.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _backend-module: Backend module ============== Open the the backend module "Events" from the TYPO3 backend menu and next select a sysfolder containing your events. To filter in the list of events, use the 3 search-fields title, startdate and enddate. Available actions ~~~~~~~~~~~~~~~~~ The backend module contains 5 actions in the upper left. .. figure:: ../../Images/be-module-actions.png :alt: Actions of the backend module * The first 4 actions creates new items (event, location, organisator, speaker) * The last action does the same as the cronjob, it hides/removes expired registrations CSV export ~~~~~~~~~~ With the backend module, you can export a list of participants for events, which are enabled with the registration option. If the list of fields exported does'nt fit your needs, you can adjust the fields in the module TypoScript settings as described in the configuration section of this extension. Sending custom notification ~~~~~~~~~~~~~~~~~~~~~~~~~~~ For events which are enabled with the registration option, you can also send custom email notification to the participants of the event. Press the "+" icon to get to the view, where you can select the custom notification template. .. figure:: ../../Images/event-custom-notification.png :alt: Actions of the backend module If you want to create a custom notification, you just need to add some TypoScript and a Fluid template for the new custom notification. Please refer to the manual in the administration section of this extension.