A simple script to trim down big .ics calendar files by date range so they can be imported faster.
yarn install
Put .ics files in the /input
directory and adjust the /src/config.ts
file if needed. Then run:
yarn start
The trimmed .ics files will be in the /output
directory.