Convert a .csv spreadsheet to .ics calendar file

- Start/end date and time
- Event duration
- All day events
- Timezones
- Description
- Reminders
Download the Sample.csv and fill it with your events or create your own csv file that contains the same header row.
Save that file in the files/csv folder
You can specify the name of the input file and the name of the output file. If you don't set an output filename, it will use the filename of the input file as default.
npm run start InputFile.csv OutputFile.icsYour calendar file will be ready in the files/ics folder. Open the file to add the events to your calendar.