PHPackages                             frednandrin/ical-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. frednandrin/ical-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

frednandrin/ical-bundle
=======================

Symfony Bundle to manage .ics iCal file (creating and eventually reading)

2.0.3(3y ago)09.2k↓18.8%MITPHPPHP &gt;=8.1

Since Mar 9Pushed 3y agoCompare

[ Source](https://github.com/FredNandrin/icalBundle)[ Packagist](https://packagist.org/packages/frednandrin/ical-bundle)[ Docs](https://github.com/FredNandrin/icalBundle)[ RSS](/packages/frednandrin-ical-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

icalBundle
==========

[](#icalbundle)

[![Build Status](https://camo.githubusercontent.com/1cc4c1f5966a301bc7d266511fa859b7925d7e2651a52ded2905941ead193650/68747470733a2f2f7472617669732d63692e6f72672f77656c706465762f6963616c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/welpdev/icalBundle)[![Packagist](https://camo.githubusercontent.com/ebacd47a5feb5a8b801454c547662d596d10acc6670c9ce2c4e3036a5c525518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656c702f6963616c2d62756e646c652e737667)](https://packagist.org/packages/welp/ical-bundle)[![Packagist](https://camo.githubusercontent.com/29ff4d4f092da79851e065522b636cd9132f32b7c0596ab613cd6d6407f75105/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656c702f6963616c2d62756e646c652e737667)](https://packagist.org/packages/welp/ical-bundle)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/welpdev/icalBundle/blob/master/LICENSE)

Symfony Bundle to manage .ics iCal file (creating and eventually reading)

use of the library:

Setup
-----

[](#setup)

Add bundle to your project:

```
composer require FredNandrin/ical-bundle
```

Add `Welp\IcalBundle\WelpIcalBundle` to your `AppKernel.php`:

```
$bundles = [
    // ...
    new Welp\IcalBundle\WelpIcalBundle(),
];
```

Configuration
-------------

[](#configuration)

In your `config.yml`:

```
welp_ical:
    default_timezone: "Europe/Paris"
    default_prodid: "-//WelpIcalBundle//Calendar App//FR"
```

Usage
-----

[](#usage)

```
