Task

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