QtMobility Reference Documentation

Contents

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:

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

Property Documentation

read-onlyexceptionDates : list<date>

This property holds the list of exception dates.

This documentation was introduced in Qt Mobility Mobility 1.1.


read-onlyexceptionRules : list<RecurrenceRule>

This property holds the list of exception rules.

This documentation was introduced in Qt Mobility Mobility 1.1.

See also RecurrenceRule.


read-onlyrecurrenceDates : list<date>

This property holds the list of recurrence dates.

This documentation was introduced in Qt Mobility Mobility 1.1.


recurrenceRules : list<RecurrenceRule>

This property holds the list of recurrence rules.

This documentation was introduced in Qt Mobility Mobility 1.1.

See also RecurrenceRule.