Skip to content

0xcharchar/add-a-uid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add a UID to your ICS

Created out of frustation that Smart Contract Summit calendar files don't have UIDs and therefore can't be imported into ProtonCalendar

Usage

I should probably wrap this up but:

  1. Clone this project:
    git clone https://github.com/0xcharchar/add-a-uid
    cd add-a-uid
  2. Make sure you have Node 14+, if you have NVM:
    nvm use
  3. Install deps and all that:
    npm i
  4. Finally, run it:
    # single calendar event
    ./index.js path/to/oof.ics
    
    # a folder of events (filters for *.ics)
    ./index.js path/to

Test data

You can use the example/ folder to test out the script, if you'd like

About

Fix missing UID in ICS files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published