Download the PHP package cgoit/contao-calendar-ical-php8-bundle without Composer
On this page you can find all versions of the php package cgoit/contao-calendar-ical-php8-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package contao-calendar-ical-php8-bundle
Contao 4 and Contao 5 Calendar iCal Bundle
iCal support for calendar of Contao OpenSource CMS. Forked from https://github.com/Craffft/contao-calendar-ical-bundle. PHP-8 ready.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Contao 5 support
Starting with version 5 of this bundle Contao 5 is supported.
Export single events as ics
To export a single event as ics (e.g. to give a user the ability to import it into his own calendar) you can add a link to the url
/_event/ics-export/{id}
where id
is the id of the event you want to export. You can also use the route name event_frontend_ics_export
in combination with the parameter id
for that.
For example you can add the following snippet to your event_full.html5
template.
Important
If you have overwritten the default difference between start and end date in your localconfig.php
via setting a value for $GLOBALS['calendar_ical']['endDateTimeDifferenceInDays']
you have to put this value now into your config.yml
.
All versions of contao-calendar-ical-php8-bundle with dependencies
ext-curl Version *
ext-mbstring Version *
contao/core-bundle Version ^4.13 || ^5.3
contao/calendar-bundle Version ^4.13 || ^5.3
doctrine/dbal Version ^3.3
symfony/config Version ^5.4 || ^6.0
symfony/dependency-injection Version ^5.4 || ^6.0
symfony/event-dispatcher Version ^5.4 || ^6.0
symfony/event-dispatcher-contracts Version ^1.0 || ^2.0 || ^3.0
symfony/http-foundation Version ^5.4 || ^6.0
symfony/http-kernel Version ^5.4 || ^6.0
symfony/routing Version ^5.4 || ^6.0
symfony/security-csrf Version ^5.4 || ^6.0
kigkonsult/icalcreator Version ~2
webignition/robots-txt-file Version ^3.0