Create a "stripped" iCal by dragging an iCal file into this tool. Only events within a user-defined date range will be transferred to the new iCal.
Drag an iCal file into the drop zone
Enter date range of events to keep
The stripped iCal will be placed in a separate directory called "stripped", at the same path as the file you dropped:
Clone the repo and follow these steps:
# install dependencies
npm install
# build for Windows
npm run build-win
# build for Mac (untested, I don't have access to a Mac)
npm run build-mac
# build for Linux (only tested on Debian)
npm run build-linux