Event

class Event(var title: String, startDate: EventDate?, var endDate: EventDate?, repeatPeriod: RepeatPeriod, daysOfWeek: ArrayList<DayOfWeek>?, var enabled: Boolean, var incompatible: Boolean)

Constructors

Link copied to clipboard
@RequiresApi(value = 26)
constructor(json: JSONObject)
constructor(title: String, startDate: EventDate?, endDate: EventDate?, repeatPeriod: RepeatPeriod, daysOfWeek: ArrayList<DayOfWeek>?, enabled: Boolean, incompatible: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String