Upfront warning. This is a fairly advanced topic and requires basic knowledge of CakePHP framework and PHP. This article demonstrates how you can use existing components on the web and integrate them into your application.
I was looking for a way to export data in an iCalendar (RFC 2445) compatible format. To accomplish this I created a helper class that generates this code using the iCalcreator class.
Read more