EventValidator

class EventValidator(val e: Event)

Sometimes CalendarStorage or servers respond with invalid event definitions. Here we try to validate, repair and assume whatever seems appropriate before denying the whole event.

Constructors

Link copied to clipboard
constructor(e: Event)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val e: Event

Functions

Link copied to clipboard
fun repair()