Settings
Frontend
The frontend can be configured via TYPO3 Extbase defaults.
stdWrap is applied to all options.
useMidnight
- 
                        
- type
 - 
            
    
bool (1 or 0)
 - default
 - 
            
    
1
 
0will show dates starting from now.1will use midnight of configured start date. 
upcoming
- 
                        
- type
 - 
            
    
bool (1 or 0)
 - default
 
0does not alter the behaviour.1turns off the optionuseMidnight,startandend.Only dates with a start date in the future will be shown. 
Import
The import can be configured via module.tx_events_import and offers the following
options:
module.tx_events_import.settings.repeatUntil
- 
                        
Allows to define how long dates should be repeated if
repeatUntilis missing in import data. The value will be passed to https://www.php.net/manual/en/datetime.modify.php. No stdWrap is applied.