EventAndExceptions

data class EventAndExceptions(val main: Entity, val exceptions: List<Entity>)

Represents a set of local events (like at.bitfire.synctools.storage.calendar.AndroidEvent2 values) and associated exception events that are stored together in one iCalendar object on the server. It consists of

  • a main component (like a main event),

  • optional exceptions of this main component (exception instances).

Constructors

Link copied to clipboard
constructor(main: Entity, exceptions: List<Entity>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard