Is there any good iCal & vCal parser in php(library)?
I'm creating a web app that need to upload iCal or vCal files. I wonder if there is any php library that can p开发者_运维百科arse the information, so I can store it on my database?
that should help http://www.phpbuilder.com/columns/chow20021007.php3?print_mode=1
This seems the most complete and updated. http://kigkonsult.se/index.php
It goes from parsing to generation of .ics files
精彩评论