Event
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())