SSO-Login 

SLOT show-urls

You can embed and link auto-generated timetables using the show-urls.

Timetables may be embedded into your page with iframes:

<iframe src="https://slot.cs.fau.de/show/url-here/" frameborder="0"></iframe>

Optional parameters for all urls:

The color-parameter can be supplied multiple times to provide a set of colors. These will then be used to color the lectures in alphabetical order.


Display Lectures

Base URL: /show/<semester>/?<parameters...>
semester: a 4-char string consisting of two characters representing the term and two digits representing the year (e.g. ws19 or ss20)

Available parameters:

These parameters can be used multiple times.
Note: Parameters must be separated with the & character. Special characters such as whitespaces or brackets in lecture names must be url-encoded. Use %20 instead of a whitespace for example.

Examples

/show/ws19/?lec=AuD
will display the lecture with shortname AuD from the winter term 2019.
Link: https://slot.cs.fau.de/show/ws19/?lec=AuD

/show/ss20/?lecture=Systemprogrammierung%201
will display the lecture with name Systemprogrammierung 1 from the summer term 2020.
Link: https://slot.cs.fau.de/show/ss20/?lecture=Systemprogrammierung%201

/show/ws19/?lec=AuD&lec=GTI
will display the lecture with shortname AuD and the lecture with shortname GTI from the winter term 2019.
Link: https://slot.cs.fau.de/show/ws19/?lec=AuD&lec=GTI

/show/ws19/?lec=AuD&lec=GTI&color=lightgrey
will display the lectures AuD and GTI in lightgrey.
Link: https://slot.cs.fau.de/show/ws19/?lec=AuD&lec=GTI&color=lightgrey

/show/ws19/?mod=BS-VU
will display all lectures of the module BS-VU (with different colors for each lecture by default).
Link: https://slot.cs.fau.de/show/ws19/?mod=BS-VU

/show/ws19/?mod=BS-VU&color=lightblue&color=lightgreen&color=orange
will display all lectures of the module BS-VU using the given colors.
Link: https://slot.cs.fau.de/show/ws19/?mod=BS-VU&color=lightblue&color=lightgreen&color=orange

/show/ws19/?mod=BS-VU&color=lightgrey&longnames
will display all lectures of the module BS-VU in light grey with long lecture names.
Link: https://slot.cs.fau.de/show/ws19/?mod=BS-VU&color=lightgrey&longnames

Display Degree Programme Timetables

/show/degree-programme/<degree-programme>/<stud_semester>/<?semester>/
will display the mandatory lectures of degree-programme for students in stud_semester with lecture data from semester. If no semester is given, data from the current semester will be used.
Example: https://slot.cs.fau.de/show/degree-programme/INF-BA/1/ws19/

Display Room Occupancy (lectures only!)

/show/room/<room-name>/
/show/room/<building-number>/<room-number>/
will display the room occupancy for the current week. You can adjust the date interval by specifying the optional parameters startdate and enddate (ISO 8601 format: yyyy-mm-dd).
Example: https://slot.cs.fau.de/show/room/H11/ (current week)
Example: https://slot.cs.fau.de/show/room/128.01/01.210/ (current week)
Example: https://slot.cs.fau.de/show/room/H11/?startdate=2019-12-16&enddate=2019-12-22
Note: Only lectures will be displayed in these timetables. Other room reservations will not be considered.