EventsSchedule

@Serializable
data class EventsSchedule(val yearMonth: YearMonth, val entries: List<EventEntry>)(source)

The event schedule, containing the events of a given month.

Constructors

Link copied to clipboard
constructor(yearMonth: YearMonth, entries: List<EventEntry>)

Properties

Link copied to clipboard

The list of events in this month.

Link copied to clipboard
val url: String

The URL of the events schedule of the month.

Link copied to clipboard

The month and year the schedule is for.

Functions

Link copied to clipboard

Get all the events that are active in a specific day of the month.