Task
data class Task(var createdAt: Long? = null, var lastModified: Long? = null, var summary: String? = null, var location: String? = null, var geoPosition: Geo? = null, var description: String? = null, var color: Int? = null, var url: String? = null, var organizer: Organizer? = null, @IntRange(from = 0, to = 9 ) var priority: Int = Priority.UNDEFINED.level, var classification: Clazz? = null, var status: Status? = null, var dtStart: DtStart? = null, var due: Due? = null, var duration: Duration? = null, var completedAt: Completed? = null, @IntRange(from = 0, to = 100 ) var percentComplete: Int? = null, var rRule: RRule? = null, val rDates: LinkedList<RDate> = LinkedList(), val exDates: LinkedList<ExDate> = LinkedList(), val categories: LinkedList<String> = LinkedList(), var comment: String? = null, var relatedTo: LinkedList<RelatedTo> = LinkedList(), val unknownProperties: LinkedList<Property> = LinkedList(), val alarms: LinkedList<VAlarm> = LinkedList()) : ICalendar
Constructors
Link copied to clipboard
constructor(createdAt: Long? = null, lastModified: Long? = null, summary: String? = null, location: String? = null, geoPosition: Geo? = null, description: String? = null, color: Int? = null, url: String? = null, organizer: Organizer? = null, @IntRange(from = 0, to = 9 ) priority: Int = Priority.UNDEFINED.level, classification: Clazz? = null, status: Status? = null, dtStart: DtStart? = null, due: Due? = null, duration: Duration? = null, completedAt: Completed? = null, @IntRange(from = 0, to = 100 ) percentComplete: Int? = null, rRule: RRule? = null, rDates: LinkedList<RDate> = LinkedList(), exDates: LinkedList<ExDate> = LinkedList(), categories: LinkedList<String> = LinkedList(), comment: String? = null, relatedTo: LinkedList<RelatedTo> = LinkedList(), unknownProperties: LinkedList<Property> = LinkedList(), alarms: LinkedList<VAlarm> = LinkedList())
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
list of CUAs which have edited the event since last sync