v6ak / MuniTimetableToICal

Converts XML timetables from is.muni.cz to iCalendar format.
2 stars 1 forks source link

This app converts the XML timetable from https://is.muni.cz/auth/rozvrh/ to iCalendar format.

It can be useful for:

This app is not well-tuned, so:

Feel free to improve this app :)

== How to build == The only prerequisity is Maven. I use Maven 3, but Maven 2 is probably also OK. Following command creates executable JAR file in target and downloads all dependencies if needed: mvn package Downloading all dependencies can take some time when building such project the first time.

== How to run it == You have to have installed Java Runtime Environment. I use (and recommend) Oracle/Sun JRE 1.6.*, but it will probably work with another implementations. You can run in by calling java -jar MuniTimetableToICal--jar-with-dependencies.jar assuming that you don't have renamed the archive.