Is there an existing parser for iCalendar files for PHP?

淺唱寂寞╮ 提交于 2019-11-29 01:55:35

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!