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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alarms: LinkedList<VAlarm>
Link copied to clipboard
Link copied to clipboard
var classification: Clazz?
Link copied to clipboard
var color: Int?
Link copied to clipboard
Link copied to clipboard
var completedAt: Completed?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var dtStart: DtStart?
Link copied to clipboard
var due: Due?
Link copied to clipboard
var duration: Duration?
Link copied to clipboard
val exDates: LinkedList<ExDate>
Link copied to clipboard
var geoPosition: Geo?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var organizer: Organizer?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rDates: LinkedList<RDate>
Link copied to clipboard
var relatedTo: LinkedList<RelatedTo>
Link copied to clipboard
var rRule: RRule?
Link copied to clipboard
open var sequence: Int?
Link copied to clipboard
var status: Status?
Link copied to clipboard
Link copied to clipboard
open var uid: String?
Link copied to clipboard
Link copied to clipboard
var url: String?
Link copied to clipboard

list of CUAs which have edited the event since last sync

Functions

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