tiCalFile
tiCalFile is a PHP utility for creating iCal (RFC2445) event calendar TEST
file(-s), a utilization of the iCalcreator class.
The purpose of tiCalFile is to always have an actual calendar file (using current
date and time), usable when testing calendar software etc.
tiCalFile can be executed from the command line, via a web server/browser,
included in other PHP scripts or even from a HTML page.
A number of parameters are configurable, the number of days with events, number
of events per day, event duration etc. Also logging can be activated, on
various levels.
To get a proper understanding of iCal, explore the RFC2445, download
here.
Roadmap
New release of eventCreator (2.4), using the new features from iCalcreator 2.6 and will support
- parsing and editing of existing iCal files and included events
- using iCalcnv package to allow import csv and export csv/xls files.
- creation of iCal file and events
- event alarms and recurrent events
- extended Ajax support.
New release of eventManager, a port of eventCreator (2.4) to Joomla.
Minor bug fix/function improvement releases of iCalcreator.
Next major release (3.x) of iCalcreator is a PHP 5.x, more strict object-oriented, refactored version.
