EventAndExceptions

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

Represents a set of a local Android event and associated exception events that are stored together. It consists of

  • a (potentially recurring) main event,

  • optional exceptions of this main event (exception instances, only useful if main event is recurring).

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