QtMobility Reference Documentation

QML RecurrenceRule Element

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

This element was introduced in Mobility 1.1.

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.

This property group was introduced in Mobility 1.1.


daysOfWeek : list<variant>

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

This property group was introduced in Mobility 1.1.


daysOfYear : list<variant>

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

This property group was introduced in Mobility 1.1.


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

This property group was introduced in Mobility 1.1.


frequency : enumeration

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

This property group was introduced in Mobility 1.1.


interval : int

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

This property group was introduced in Mobility 1.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.

This property group was introduced in Mobility 1.1.


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:

This property group was introduced in Mobility 1.1.


positions : list<int>

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

This property group was introduced in Mobility 1.1.


weeksOfYear : list<int>

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

This property group was introduced in Mobility 1.1.


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.