Qt Mobility Reference Documentation

QML RecurrenceRule Element

The RecurrenceRule element represents a rule by which a organizer item repeats. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

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

    See also QOrganizerRecurrenceRule.

    Property Documentation

    daysOfMonth : list<variant>

    This property holds a list of the days of the month that the item should recur on.


    daysOfWeek : list<variant>

    This property holds a list of the days of week that the item should recur on.


    daysOfYear : list<variant>

    This property holds a list of the days of the year that the item should recur on.


    firstDayOfWeek : enumeration

    This property holds the day that the week starts on. If not set, this is Monday. The value can be one of:

    • Qt.Monday
    • Qt.Tuesday
    • Qt.Wednesday
    • Qt.Thursday
    • Qt.Friday
    • Qt.Saturday
    • Qt.Sunday

    frequency : enumeration

    This property holds the frequency with which the item recurs, the value can be one of:


    interval : int

    This property holds the interval of recurrence. The default interval is 1.


    limit : variant

    This property holds the limit condition of the recurrence rule, the value can be a limit date and time or a limit count. The default is no limit.


    monthsOfYear : list<int>

    This property holds a list of the months that the item should recur on, the list element value can be one of:


    positions : list<int>

    This property holds the position-list of the recurrence rule.


    weeksOfYear : list<int>

    This property holds a list of the weeks of the year that the item should recur on.


    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.