EventOccurrence QML Type
The EventOccurrence element provides an occurrence of an event. More...
Import Statement: | import QtOrganizer 5.0 |
Properties
- allDay : bool
- endDateTime : date
- location : string
- originalDate : date
- parentId : int
- priority : enumeration
- startDateTime : date
Signals
Detailed Description
See also OrganizerItem, Event, Journal, Todo, TodoOccurrence, Note, and QOrganizerEventOccurrence.
Property Documentation
This property indicates whether the time-of-day component of the event occurrence's start date-time or end date-time is insignificant. If allDay is true, the time-of-day component is considered insignificant, and the event occurrence will be an all-day item.
This property holds the label of the location at which the event occurrence is held.
This property holds the date at which the occurrence was originally going to occur.
This property holds the priority of the event 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
Signal Documentation
See also OrganizerItem::onItemChanged.