TodoOccurrence QML Type
The TodoOccurrence element provides an occurrence of an event. More...
Import Statement: | import QtOrganizer 5.0 |
Properties
- allDay : bool
- dueDateTime : date
- finishedDateTime : date
- originalDate : date
- parentId : int
- percentageComplete : int
- priority : enumeration
- startDateTime : date
- status : enumeration
Signals
Detailed Description
See also OrganizerItem, Event, EventOccurrence, Journal, Todo, Note, and QOrganizerTodoOccurrence.
Property Documentation
This property indicates whether the time-of-day component of the todo occurrence's start date-time or due date-time is insignificant. If allDay is true, the time-of-day component is considered insignificant, and the todo occurrence will be an all-day item.
This property holds the date and time at which the task was completed, if known.
This property holds the date at which the occurrence was originally going to occur.
This property holds the percentage of progress completed on the task described by the todo item.
This property holds the priority of the todo occurrence. The value can be one of:
- Priority.Unknown
- Priority.Highest
- Priority.ExtremelyHigh
- Priority.VeryHigh
- Priority.High
- Priority.Medium
- Priority.Low
- Priority.VeryLow
- Priority.ExtremelyLow
- Priority.Lowest
This property holds the progress status of the task described by the todo occurrence. The value can be one of:
- TodoProgress.NotStarted
- TodoProgress.InProgress
- TodoProgress.Complete
Signal Documentation
See also OrganizerItem::onItemChanged.