Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T09:36:49.000Z (7 months ago)
- Last Synced: 2024-10-20T23:13:17.357Z (2 months ago)
- Language: PHP
- Size: 379 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calendar Plus
[![Latest Stable Version](https://poser.pugx.org/heimrichhannot/contao-calendar_plus/v/stable)](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[![Total Downloads](https://poser.pugx.org/heimrichhannot/contao-calendar_plus/downloads)](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[![Monthly Downloads](https://poser.pugx.org/heimrichhannot/contao-calendar_plus/d/monthly)](https://packagist.org/packages/heimrichhannot/contao-calendar_plus)
[![License](https://poser.pugx.org/heimrichhannot/contao-calendar_plus/license)](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 |