riconet / typo3-events
This package is abandoned and no longer maintained.
The author suggests using the riconet/t3-extension-events package instead.
This extension provides the possibility to manage event data.
5.1.6
2022-06-14 14:11 UTC
Requires
- typo3/cms-core: ^10.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- helmich/typo3-typoscript-lint: ^2.3
- nimut/testing-framework: ^5.1
- phpmd/phpmd: ^2.9
- phpstan/phpstan: 0.12.*
- squizlabs/php_codesniffer: ^3.5
README
This extension provides the possibility to manage and display event data. This extension comes with tow plugins. One to display a filterable list of event data and another to display a calendar view by event data.
Dependencies
- TYPO3
^10.4
Installation
- Activate the extension via the Extensions module.
- Run 'yarn install' in the root of the extension.
- Include the static typo script file.
Commands
Archive events
Use this command to archive expired events.
Only events with property
archiveDateTime
set andarchived
= 0 will be checked.
vendor/bin/typo3 rico_events:archive ###_ARCHIVE_PID_###