

here is video on how to convert ics file to Excel spreadsheet:
If you want to automate conversion or avoid user Interface (UI) and run "ics To Excel" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToExcel\icsToExcel.exe" inputfile.ics outputfile.xlsx

ics To Word
convert ics file to Word document with schedule table video:
If you want to automate conversion or avoid user Interface (UI) and run "ics To Word" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToWord\icsToWord.exe" myiCalendarFile.ics outputfile.docx

ics To Csv
here is video on how to convert ics calendar file to text csv (comma separated values)
If you want to automate conversion or avoid user Interface (UI) and run "ics To Csv" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToCsv\icsToCsv.exe" MyiCalExport.ics outputfile.csv

ics To Sql
here is video on how to convert ics file into sql script for different databases: sql server,mysql, sqlite.

ics To Html
here is video on how to convert ics To Html web page:
If you want to automate conversion or avoid user Interface (UI) and run "ics To Html" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToHtml\icsToHtml.exe" inputfile.ics outputfile.html

ics To Json
here is videon on how to convert ics To Json
If you want to automate conversion or avoid user Interface (UI) and run "ics To Json" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToJson\icsToJson.exe" calendar.ics outcalendar.json

ics To Xml
here is video guide on how to convert ics To Xml
If you want to automate conversion or avoid user Interface (UI) and run "ics To Xml" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToXml\icsToXml.exe" inputfile.xml outputfile.ics

ics To Javascript
here is video on how to convert ics To Javascript
If you want to automate conversion or avoid user Interface (UI) and run "ics To Javascript" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\icsToJavascript\icsToJavascript.exe" inputfile.ics outputfile.js