Download your FIB lecture and exams schedule
in iCalendar (.ics
) format, ready to import into your favorite calendar application.
First, access https://fib-timetable.hgsg.me and authorize the application.
An iCalendar object file (.ics
) should have been downloaded. To import it
into your application, create a new calendar and refer to one of the following
guides:
- Google Calendar (follow step 2),
- Apple Calendar (read the "Import events into a calendar" section).
To update the timetable, download the iCalendar file again, recreate the calendar, and import the file.
You will need the following dependencies to build fib-timetable
:
- rustc >= 1.63
- node >= 18.7
npm install
To build and run a local server, execute npm run dev
.