Package-level declarations

Functions

Link copied to clipboard
fun eventScheduleUrl(yearMonth: YearMonth? = null): String

URL to the events schedule.

Link copied to clipboard
fun newArchiveFormData(startAt: LocalDate, endAt: LocalDate, categories: Set<NewsCategory>? = null, types: Set<NewsType>? = null): List<Pair<String, String>>

POST parameters to filter news in the News Archive.

Link copied to clipboard

POST parameters to filter news in the News Archive.

Link copied to clipboard

URL to the News Archive.

Link copied to clipboard
fun newsArticleUrl(newsId: Int): String

URL to a specific news article.