Event

data class Event(var uid: String? = null, var sequence: Int? = null, var userAgents: LinkedList<String> = LinkedList(), var recurrenceId: RecurrenceId? = null, var summary: String? = null, var location: String? = null, var url: URI? = null, var description: String? = null, var color: Css3Color? = null, var dtStart: DtStart? = null, var dtEnd: DtEnd? = null, var duration: Duration? = null, val rRules: LinkedList<RRule> = LinkedList(), val exRules: LinkedList<ExRule> = LinkedList(), val rDates: LinkedList<RDate> = LinkedList(), val exDates: LinkedList<ExDate> = LinkedList(), val exceptions: LinkedList<Event> = LinkedList(), var classification: Clazz? = null, var status: Status? = null, var opaque: Boolean = true, var organizer: Organizer? = null, val attendees: LinkedList<Attendee> = LinkedList(), val alarms: LinkedList<VAlarm> = LinkedList(), var lastModified: LastModified? = null, val categories: LinkedList<String> = LinkedList(), val unknownProperties: LinkedList<Property> = LinkedList()) : ICalendar

Constructors

Link copied to clipboard
constructor(uid: String? = null, sequence: Int? = null, userAgents: LinkedList<String> = LinkedList(), recurrenceId: RecurrenceId? = null, summary: String? = null, location: String? = null, url: URI? = null, description: String? = null, color: Css3Color? = null, dtStart: DtStart? = null, dtEnd: DtEnd? = null, duration: Duration? = null, rRules: LinkedList<RRule> = LinkedList(), exRules: LinkedList<ExRule> = LinkedList(), rDates: LinkedList<RDate> = LinkedList(), exDates: LinkedList<ExDate> = LinkedList(), exceptions: LinkedList<Event> = LinkedList(), classification: Clazz? = null, status: Status? = null, opaque: Boolean = true, organizer: Organizer? = null, attendees: LinkedList<Attendee> = LinkedList(), alarms: LinkedList<VAlarm> = LinkedList(), lastModified: LastModified? = null, categories: LinkedList<String> = LinkedList(), unknownProperties: LinkedList<Property> = LinkedList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alarms: LinkedList<VAlarm>
Link copied to clipboard
val attendees: LinkedList<Attendee>
Link copied to clipboard
Link copied to clipboard
var classification: Clazz?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var dtEnd: DtEnd?
Link copied to clipboard
var dtStart: DtStart?
Link copied to clipboard
var duration: Duration?
Link copied to clipboard
Link copied to clipboard
val exDates: LinkedList<ExDate>
Link copied to clipboard
val exRules: LinkedList<ExRule>
Link copied to clipboard
var lastModified: LastModified?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var organizer: Organizer?
Link copied to clipboard
Link copied to clipboard
val rDates: LinkedList<RDate>
Link copied to clipboard
var recurrenceId: RecurrenceId?
Link copied to clipboard
val rRules: LinkedList<RRule>
Link copied to clipboard
open override var sequence: Int?
Link copied to clipboard
var status: Status?
Link copied to clipboard
Link copied to clipboard
open override var uid: String?
Link copied to clipboard
Link copied to clipboard
var url: URI?
Link copied to clipboard
open override var userAgents: LinkedList<String>

list of Calendar User Agents which have edited the event since last sync

Functions

Link copied to clipboard
fun prodId(): ProdId
Link copied to clipboard