riconet / t3-extension-social-clubs-events
This extension connect the extension 'rico_social_clubs' with extension 'rico_events'.
2.0.3
2022-06-14 14:12 UTC
Requires
- parsecsv/php-parsecsv: 1.2.*
- riconet/t3-extension-directory: ^3.0
- riconet/t3-extension-events: ^5.0
- riconet/t3-extension-social-clubs: ^2.0
- 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
This package is auto-updated.
Last update: 2024-12-14 19:43:08 UTC
README
This extension connects the extension rico_social_clubs with the extension rico_events.
Dependencies
typo3/cms-core
:^10.4
parsecsv/php-parsecsv
:1.2.*
riconet/t3-extension-social-clubs
:^2.0
riconet/t3-extension-events
:^5.0
riconet/t3-extension-directory
:^3.0
Installation
- Activate the extension via the Extensions module.
- Include the static typo script file.
Commands
Export command
This command enables you to export event data into a CSV file.
vendor/bin/typo3 rico_social_clubs_events:export ###_START_YEAR_### ###_PIDS_###
Argument | Description |
---|---|
###_STARTYEAR### | The start year to search for events (example: 2020). |
###PIDS### | A list of pids (example: "12,155" or "123") |
Files will be stored in
fileadmin/export
.