XCAL is an XML implementation of the iCal format, and as such it can be easily read with JQuery. So, if you’re implementing some kind of calendaring system online, one way to accomplish it could be to read the events from your database, output them in XCAL format, and display them online using our old [...]