Calendar functionality for integration with other extensions, see: https://daniel-siepmann.de/reuse-existing-extbase-controller.html https://www.werkraum-media.de/
Go to file
Daniel Siepmann be3e5a82a9
Update GitHub checkout action
Necessary as v2 uses old NodeJS which is deprecated.
2022-10-24 10:08:54 +02:00
.github/workflows Update GitHub checkout action 2022-10-24 10:08:54 +02:00
Classes Allow foreign code to add template variables 2021-02-24 11:10:55 +01:00
Configuration calendar logic 2020-10-27 13:32:50 +01:00
Resources/Private Add target 2020-11-30 13:07:35 +01:00
Tests Allow foreign code to add template variables 2021-02-24 11:10:55 +01:00
.gitignore calendar logic 2020-10-27 13:32:50 +01:00
composer.json Replace phpcs with ecs 2021-02-23 11:41:18 +01:00
ecs.php Replace phpcs with ecs 2021-02-23 11:41:18 +01:00
ext_emconf.php calendar logic 2020-10-27 13:32:50 +01:00
LICENSE Initial commit 2020-10-20 10:26:05 +02:00
phpunit.xml.dist calendar logic 2020-10-27 13:32:50 +01:00
README.rst Add readme (#1) 2020-10-27 10:22:21 +01:00

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.