Event QML Type
The Event element provides an event in time which may reoccur. More...
Import Statement: | import QtOrganizer 5.0 |
Properties
- allDay : bool
- attendees : list<Detail>
- endDateTime : date
- location : string
- priority : enumeration
- recurrence : Recurrence
- startDateTime : date
Signals
Methods
- clearDetails()
- void removeDetail(detail)
- void setDetail(detail)
Detailed Description
See also OrganizerItem, EventOccurrence, Journal, Todo, TodoOccurrence, Note, and QOrganizerEvent.
Property Documentation
This property indicates whether the time-of-day component of the event'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 will be an all-day item.
attendees : list<Detail> |
This property holds the attendees list of the event.
This property holds the priority of the event. 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
recurrence : Recurrence |
This property holds the recurrence element of the event item.
Signal Documentation
See also OrganizerItem::onItemChanged.
Method Documentation
Removes all details from the organizer event.
See also removeDetail().