iCalcnv
iCalcnv is a PHP utility class converting iCal
RFC5545(RFC2445)
to xls and csv format and from csv format to iCal.
iCalcnv requires iCalcreator class, to be downloaded
here.
iCalcnv support local and remote iCal/csv input files as well as an (iCal) iCalcreator
vcalendar instance.
The iCal2csv method converts from iCal to csv format and output is redirected
to browser (default) or saved to disc.
The iCal2xls method converts iCal to spreadsheet xls file format and requires
PHP PEAR Spreadsheet_Excel_Writer and OLE. Output is redirected
to browser (default) or saved to disc.
The csv2iCal method converts from csv file format to iCal format and makes it
also possible to create a time schedule or plan in a spreadsheet, "save'as" a
csv file, convert file to iCal format and update a calendar application. Output
is an iCal file, redirected to browser (default) or saved to disc or, an
iCalcreator vcalendar instance.
iCalcnv may use PEAR Log (or eClog package, to be downloaded
here).
Definition of csv can be found at wikipedia
To get a proper understanding of iCal, download and explore RFC5545(RFC2445).
Download iCalcnv here.
Notice
This content is outdated and the product is no longer being maintained or maintained upon request only.
This content is provided as a courtesy for individuals who are still using these technologies.
This page may contain URLs that were valid when originally published, but now link to sites or pages that may no longer exist.
Read the lastest release news here.