QtMobility Reference Documentation

QML Event Element

The Event element provides an event in time which may reoccur. More...

This element was introduced in Mobility 1.1.

Properties

Detailed Description

The Event element is part of the QtMobility.organizer 1.1 module.

See also OrganizerItem, EventOccurrence, Journal, Todo, TodoOccurrence, Note, and QOrganizerEvent.

Property Documentation

allDay : bool

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.

This property group was introduced in Mobility 1.1.


endDateTime : date

This property holds the end date time of the event.

This property group was introduced in Mobility 1.1.


location : string

This property holds the label of the location at which the event occurs.

This property group was introduced in Mobility 1.1.


priority : enumeration

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

This property group was introduced in Mobility 1.1.

See also Priority.


recurrence : Recurrence

This property holds the recurrence element of the event item.

This property group was introduced in Mobility 1.1.


startDateTime : date

This property holds the start date time of the event.

This property group was introduced in Mobility 1.1.


X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.