| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| iCalcnv-3.2.zip | 2013-01-05 | 35.1 kB | |
| README.txt | 2013-01-05 | 954 Bytes | |
| iCalcnv-3.0.zip | 2011-12-30 | 32.8 kB | |
| Totals: 3 Items | 68.9 kB | 0 | |
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 managing iCal. iCalcnv support local and remote iCal/csv input files as well as an 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 packages. 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.