Created out of frustation that Smart Contract Summit calendar files don't have UIDs and therefore can't be imported into ProtonCalendar
I should probably wrap this up but:
- Clone this project:
git clone https://github.com/0xcharchar/add-a-uid cd add-a-uid
- Make sure you have Node 14+, if you have NVM:
nvm use
- Install deps and all that:
npm i
- Finally, run it:
# single calendar event ./index.js path/to/oof.ics # a folder of events (filters for *.ics) ./index.js path/to
You can use the example/ folder to test out the script, if you'd like