SimasterICSGen — ICS Generator from Simaster Page
Easily import your exam and class schedule with SimasterICSGen! This program will convert your Simaster schedule page from HTML to an ICS file which can be imported by a variety of calendar apps including Google Calendar. Say good bye to those old times where we had to input all of the schedules manually to our favorite calendar apps.
How to use
CLI
Usage of SimasterICSGen:
-input string
(Mandatory) The HTML file of Simaster Jadwal Ujian page
-output string
The ICS output (default "result.ics")
Steps:
- Download SimasterICSGen executable from this repo’s releases page.
- Go to SIMASTER exam page
- Save the page (press
CTRL
+S
) - Run
./SimasterICSGen -input <the html file you just saved>
, e.g
./SimasterICSGen -input "Simaster Jadwal Ujian.html"
- The result will be saved as
result.ics
And finally, you can import the result.ics
file from a calendar app like Google
Calendar.
Web based
Available at https://refeed.github.io/SimasterICSGen/
TODO
- Add support for class schedule
- Add more docstring
License
Available at LICENSE.txt