PHPackages                             cgoit/contao-calendar-ical-php8-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cgoit/contao-calendar-ical-php8-bundle

Abandoned → [cgoit/contao-calendar-ical-bundle](/?search=cgoit%2Fcontao-calendar-ical-bundle)Contao-bundle[Utility &amp; Helpers](/categories/utility)

cgoit/contao-calendar-ical-php8-bundle
======================================

iCal support for calendar of Contao OpenSource CMS

5.9.14(1mo ago)01.5k10[1 issues](https://github.com/cgoIT/contao-calendar-ical-bundle/issues)LGPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Jul 2Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/cgoIT/contao-calendar-ical-bundle)[ Packagist](https://packagist.org/packages/cgoit/contao-calendar-ical-php8-bundle)[ GitHub Sponsors](https://github.com/cgoIT)[ Fund](https://ko-fi.com/cgoit)[ RSS](/packages/cgoit-contao-calendar-ical-php8-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (30)Versions (74)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9c36e383c8e5ff50b925c750f04a405e81c6b9f071b17a467088bb0d7906efb1/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63676f69742f636f6e74616f2d63616c656e6461722d6963616c2d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/cgoit/contao-calendar-ical-bundle)[![Dynamic JSON Badge](https://camo.githubusercontent.com/f86a95b711db7a99bbf4bd9a8d0e0bc18b77346729e25717f74474bc298b5a28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f6a736f6e3f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d25324663676f4954253246636f6e74616f2d63616c656e6461722d6963616c2d62756e646c652532466d61696e253246636f6d706f7365722e6a736f6e2671756572793d2532342e72657175697265253542253232636f6e74616f253246636f72652d62756e646c65253232253544266c6162656c3d436f6e74616f25323056657273696f6e)](https://camo.githubusercontent.com/f86a95b711db7a99bbf4bd9a8d0e0bc18b77346729e25717f74474bc298b5a28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f6a736f6e3f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d25324663676f4954253246636f6e74616f2d63616c656e6461722d6963616c2d62756e646c652532466d61696e253246636f6d706f7365722e6a736f6e2671756572793d2532342e72657175697265253542253232636f6e74616f253246636f72652d62756e646c65253232253544266c6162656c3d436f6e74616f25323056657273696f6e)[![Installations via composer per month](https://camo.githubusercontent.com/161f1ae07aa5c17e7b1c8447cc1445849654f33d95378495abcb5eca8c28d486/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f63676f69742f636f6e74616f2d63616c656e6461722d6963616c2d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/cgoit/contao-calendar-ical-bundle)[![Installations via composer total](https://camo.githubusercontent.com/ccfbdae205e1e63dbce3bbe12dd8c1ce422d00b1f9a89438103a82bfda4f8c8b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63676f69742f636f6e74616f2d63616c656e6461722d6963616c2d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/cgoit/contao-calendar-ical-bundle)

Contao 4 and Contao 5 Calendar iCal Bundle
==========================================

[](#contao-4-and-contao-5-calendar-ical-bundle)

iCal support for calendar of Contao OpenSource CMS. Forked from . PHP-8 ready.

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require cgoit/contao-calendar-ical-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Contao 5 support
----------------

[](#contao-5-support)

Starting with version 5 of this bundle Contao 5 is supported.

Export single events as ics
---------------------------

[](#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.

```
