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
f1d9466045
* Add context to factory * Allow configuring default arguments if missing in request * Add plugin name to AssignTemplateVariables event |
||
---|---|---|
.github/workflows | ||
Classes | ||
Configuration | ||
Documentation | ||
Resources/Private | ||
Tests | ||
.gitignore | ||
composer.json | ||
ecs.php | ||
ext_emconf.php | ||
LICENSE | ||
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.
Configuration
Allows to configure default values for arguments if not provided in current request. Each argument is configured below TypoScript settings namespace arguments, e.g.:
tx_calendar_example {
settings {
arguments {
year {
strtotime = midnight first day of -1 year
strftime = %Y
}
}
}
}
Supported arguments are: year, month, week and day.