This repository contains a small utility to export Goconnect holidays calendar in ICS format. Built on the top of https://github.com/nwcell/ics.js/ which is a very compact way of creating ICS calendars using js.
- Copy the table that contains the goconnect calendar to the
html.html
file. - Also Update the variable,
year
injs.js
file. - After updating the file, simply open
html.html
file. - Click
Download ICS
to download theics
file. - You can now import the
ics
file to your calendar.
If you're not me, you can find the current calendar file inside the
outputs
directory.And if you're me, don't forget to update the README.MD with the latest
ics
file.
Year | ICS File |
---|---|
2023 | calendar_2023.ics |
- Update the script to download the ics file using inspection console.