QtMobility Reference Documentation

Contents

QML EventOccurrence Element

The EventOccurrence element provides an occurrence of an event. More...

Properties

Detailed Description

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

See also OrganizerItem, Event, Journal, Todo, TodoOccurrence, Note, and QOrganizerEventOccurrence.

Property Documentation

read-onlyendDateTime : date

This property holds the date time at which the event occurrence ends.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlylocation : string

This property holds the label of the location at which the event occurrence is held.


read-onlyoriginalDate : date

This property holds the date at which the occurrence was originally going to occur.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlyparentId : int

This property holds the id of the event which is this occurrence's parent.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlypriority : enumeration

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

This documentation was introduced in Qt Mobility Mobility 1.1.

See also Priority.


read-onlystartDateTime : date

This property holds the start date time of the event occurrence.

This documentation was introduced in Qt Mobility Mobility 1.1.