EventsSchedule

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

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

Constructors

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

Properties

Link copied to clipboard

The list of events in this month.

Link copied to clipboard

The month and year the schedule is for.

Link copied to clipboard
val url: String

URL for this schedule.