npm i
Copy config.example.js
to config.js
and adjust accordingly
node ./fetchDoodleAPI.js
node ./makeICS.js
Upload to an online location and link to it from your calendar
Parse Doodle to fetch your calendar options and process it into a calendar ICS file
JavaScriptMIT