heimrichhannot / contao-calendar_plus
A collection of enhancements for the contao calendar module.
Package info
github.com/heimrichhannot/contao-calendar_plus
Type:contao-module
pkg:composer/heimrichhannot/contao-calendar_plus
2.9.1
2025-04-08 12:43 UTC
Requires
- php: ^7.4 || ^8.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ^4.13.46
- heimrichhannot-contao-components/jscroll: ^2.3
- heimrichhannot/contao-formhybrid: ^3.0
- heimrichhannot/contao-haste_plus: ^1.6
- heimrichhannot/contao-member_plus: ^2.0
- heimrichhannot/contao-modal: ^1.2.5
- heimrichhannot/contao-utils-bundle: ^2.241
Suggests
- heimrichhannot/contao-search_plus: Allows updating the search index
This package is auto-updated.
Last update: 2026-06-08 15:13:30 UTC
README
This extension is not activly maintained anymore. Try 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 |