问题
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.
回答1:
You may also check out SG iCalendar. It's very simple to use and seems to be well commented.
回答2:
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/
回答3:
After an endless search I finally found a good one, with great documentation:
http://www.kigkonsult.se/iCalcreator/
回答4:
There are others ..
- http://sourceforge.net/projects/phpicalendar/
- http://www.macupdate.com/info.php/id/9224
- http://php-ical.nuclearscripts.com/
来源:https://stackoverflow.com/questions/1096007/is-there-an-existing-parser-for-icalendar-files-for-php