QtMobility Reference Documentation

QML Recurrence Element

The Recurrence element contains a list of rules and dates on which the recurrent item occurs, and a list of rules and dates on which exceptions occur. More...

This element was introduced in Mobility 1.1.

Properties

Detailed Description

Recurrence element contains the following field types:

  • Recurrence.RecurrenceRules
  • Recurrence.ExceptionRules
  • Recurrence.RecurrenceDates
  • Recurrence.ExceptionDates

This element is part of the QtMobility.organizer 1.1 module.

Property Documentation

exceptionDates : list<date>

This property holds the list of exception dates.

This property group was introduced in Mobility 1.1.


exceptionRules : list<RecurrenceRule>

This property holds the list of exception rules.

This property group was introduced in Mobility 1.1.

See also RecurrenceRule.


recurrenceDates : list<date>

This property holds the list of recurrence dates.

This property group was introduced in Mobility 1.1.


recurrenceRules : list<RecurrenceRule>

This property holds the list of recurrence rules.

This property group was introduced in Mobility 1.1.

See also RecurrenceRule.


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.