PHPackages                             om/icalparser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. om/icalparser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

om/icalparser
=============

Simple iCal parser

v4.1.1(1mo ago)60552.3k—4.1%23[4 issues](https://github.com/OzzyCzech/icalparser/issues)BSD-3-ClausePHPPHP ^8.4CI passing

Since Jan 2Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/OzzyCzech/icalparser)[ Packagist](https://packagist.org/packages/om/icalparser)[ RSS](/packages/om-icalparser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (41)Used By (0)

[![Packagist Version](https://camo.githubusercontent.com/d28bf057c22f07307206e15a6a9e04ee1e26aa6b18092679ee25c324e7912dc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d2f6963616c7061727365723f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/om/icalparser)[![Packagist Downloads](https://camo.githubusercontent.com/0746ffb2f21ec922d6a80727111b5375818b02f21fbe87515b46dc4368b39210/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6f6d2f6963616c7061727365723f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/om/icalparser)[![Packagist License](https://camo.githubusercontent.com/25cc6c2e6946b84fe3d9125e7fa11420d91458edb432fb399dc890053e55c48d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6d2f6963616c7061727365723f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/om/icalparser)[![Packagist PHP Version](https://camo.githubusercontent.com/c9758f0f4745b264d6eb9d85aaabbfef85e31f6e8c5bc078c7dc257ef8b38c09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f6d2f6963616c7061727365722f7068703f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/om/icalparser)[![PHP Tests](https://camo.githubusercontent.com/63d40491fbb1592d65b7537473aa12faca388064cf74ac2774f70a2e4bb408fc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f4f7a7a79437a6563682f6963616c7061727365722f7068702e796d6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/OzzyCzech/icalparser/actions/workflows/php.yml)

PHP iCal Parser
===============

[](#php-ical-parser)

Internet Calendaring Parser [rfc2445](https://www.ietf.org/rfc/rfc2445.txt) or iCal parser is simple PHP class for parsing format into array.

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/ozzyczech)

How to install
--------------

[](#how-to-install)

The recommended way to is via Composer:

```
composer require om/icalparser
```

Usage and example
-----------------

[](#usage-and-example)

```
