QtMobility Reference Documentation

Contents

QML TodoOccurrence Element

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

Properties

Detailed Description

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

See also OrganizerItem, Event, EventOccurrence, Journal, Todo, Note, and QOrganizerTodoOccurrence.

Property Documentation

read-onlydueDateTime : date

This property holds the date time by which the task should be completed.

This documentation was introduced in Qt Mobility Mobility 1.1.


finishedDateTime : date

This property holds the date and time at which the task was completed, if known.

This documentation was introduced in Qt Mobility Mobility 1.1.


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 todo which is this occurrence's parent.

This documentation was introduced in Qt Mobility Mobility 1.1.


priority : enumeration

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 documentation was introduced in Qt Mobility Mobility 1.1.

See also Priority.


read-onlyprogressPercentage : int

This property holds the percentage of progress completed on the task described by the todo item.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlystartDateTime : date

This property holds the date time at which the task should be started.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlystatus : enumeration

This property holds the progress status of the task described by the todo occurrence. The value can be one of:

This documentation was introduced in Qt Mobility Mobility 1.1.

See also TodoProgress.