Is there an existing parser for iCalendar files for PHP?

icalendar, php

Solution

sabre-vobject is another (disclaimer: mine). It's been tested in a lot of environments, and provides a natural 'SimpleXML'-like interface to iCalendars and vCards.

http://sabre.io/vobject/

Problem

I've been searching for an iCalendar parser for PHP, but have been unable to find a complete one. qCal doesn't seem complete. Bennu seems even less so. I've seen a lot of people wanting one, but not much else.

Original source