Tool to convert VU-Amsterdam timetables (from rooster.vu.nl) to .ics
calendar files, letting you finally add all those events into your calendar.
- Java 8
- Download the latest JAR release of this repo.
- Run it from the commandline with
java -jar <name-of-jar> "course name"
- The
"course name"
is the search term we use to query the timetable system for your course (case insensitive). The first result for that course name search term is picked automatically, so make sure the search term corresponds to the official name of the course. If your course name has multiple words in it, surround it with double-quotes.
- The
- Your calendar file is waiting for you in this directory, called
output.ics
! Import it into the calendar of your choice!
Have a look at the VUTt
bookmarklet. It works as a bookmark that you can click on once you have manually generated the wanted timetable, letting you download ICS files right from the timetable page.
No guarantee of completeness or correctness is provided for this software, see LICENSE
for details.