Need a lightweight iCal data validator that will run on CentOS

I am trying to run functional tests on some kind of PHP code that generates iCal output. Is there a small library (PHP) or a stand-alone program (any implementation without gravity that runs easily on CentOS 5.x) that can perform basic iCal data verification, a la http://icalvalid.cloudapp.net/ ??

The code on which the site is based depends on .NET, which will not work on our platform.

+3
source share

All Articles