Qt Mobility 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...

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.


exceptionRules : QDeclarativeListProperty

This property holds the list of exception rules.

See also RecurrenceRule.


recurrenceDates : list<date>

This property holds the list of recurrence dates.


recurrenceRules : QDeclarativeListProperty

This property holds the list of recurrence rules.

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.