mirror of
https://github.com/werkraum-media/calendar.git
synced 2024-11-21 17:46:08 +01:00
Calendar functionality for integration with other extensions, see: https://daniel-siepmann.de/reuse-existing-extbase-controller.html
https://www.werkraum-media.de/
Daniel Siepmann
a7ea6d0bc6
As day is always set to midnight, an existing test did not work anymore. This was now split up into two separate more explicit tests. |
||
---|---|---|
.github/workflows | ||
Classes | ||
Configuration | ||
Resources/Private/Templates/Frontend/Calendar | ||
Tests | ||
.gitignore | ||
composer.json | ||
ext_emconf.php | ||
LICENSE | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.rst |
TYPO3 Extension: calendar
Provides:
- Data (classes) for Month, Week and Day.
- Controller with action to view Month, Week and Day.
Each day can have foreign data created by a factory. That way extensions or TYPO3 instances can add further data to each day.