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

  • List of all members, including inherited members
  • Properties

    Detailed Description

    Recurrence element contains the following field types:

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


    exceptionRules : list<RecurrenceRule>

    This property holds the list of exception rules.

    This documentation was introduced in Qt Mobility Mobility 1.1.

    See also RecurrenceRule.


    recurrenceDates : 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.