https://github.com/heimrichhannot/contao-calendar_plus
A collection of enhancements for the contao calendar module.
https://github.com/heimrichhannot/contao-calendar_plus
Last synced: 10 months ago
JSON representation
A collection of enhancements for the contao calendar module.
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-calendar_plus
- Owner: heimrichhannot
- License: other
- Created: 2015-03-02T15:32:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T12:43:53.000Z (11 months ago)
- Last Synced: 2025-05-10T11:37:09.568Z (10 months ago)
- Language: PHP
- Size: 432 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calendar Plus
[](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
> This extension is not activly maintained anymore. Try [Events Bundle](https://github.com/heimrichhannot/contao-events-bundle) instead.
A collection of enhancements for the contao calendar module.
## Features
- subevents (add subevents to an event)
- docents entity (calendar sub-table)
- promoters entity (calendar sub-table)
- eventtypes entity (calendar sub-table)
- additional event fields like locationAdditional,street,postal,city,coordinates,addMap,website,docents,promoters, eventtype and many more
- Module EventListPlus (with additional group by month)
- Module EventReaderPlus (possibility to show details in modal window, with next/prev event navigation and browser history support)
- Module Eventfilter (filter list by date, promoter, docents, eventtype and keyword (make usage of contao-search) many more)
- Module Eventchooser (Dropdown, Event Selector)
### Hooks
| Name | Arguments | Expected return value | Description |
|---------------------------|-------------------------------------|-----------------------|--------------------------------------------------|
| addEventDetailsToTemplate | $objTemplate, $arrEvent, $objModule | void | manipulate the template data to enable modal use |
| loadDCEventFilterForm | array $arrDca | void | Adjust filter dca |