The QOrganizerItemRecurrence class 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...
#include <QOrganizerItemRecurrence>
Inherits QOrganizerItemDetail.
QSet<QDate> | exceptionDates () const |
QSet<QOrganizerRecurrenceRule> | exceptionRules () const |
QSet<QDate> | recurrenceDates () const |
QSet<QOrganizerRecurrenceRule> | recurrenceRules () const |
void | setExceptionDates ( const QSet<QDate> & xdates ) |
void | setExceptionRules ( const QSet<QOrganizerRecurrenceRule> & xrules ) |
void | setRecurrenceDates ( const QSet<QDate> & rdates ) |
void | setRecurrenceRules ( const QSet<QOrganizerRecurrenceRule> & rrules ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldExceptionDates |
const QLatin1Constant | FieldExceptionRules |
const QLatin1Constant | FieldRecurrenceDates |
const QLatin1Constant | FieldRecurrenceRules |
The QOrganizerItemRecurrence class contains a list of rules and dates on which the recurrent item occurs, and a list of rules and dates on which exceptions occur.
Returns the set of exception dates.
See also setExceptionDates().
Returns the set of exception rules.
See also setExceptionRules().
Returns the set of recurrence dates.
See also setRecurrenceDates().
Returns the set of recurrence rules.
See also setRecurrenceRules().
Sets the set of exception dates to xdates.
See also exceptionDates().
Sets the set of exception rules to xrules.
See also exceptionRules().
Sets the set of recurrence dates to rdates.
See also recurrenceDates().
Sets the set of recurrence rules to rrules.
See also recurrenceRules().
The constant string which identifies the definition of details which are organizer item recurrence specifications.
The constant key for the value which is stored in details of the QOrganizerItemRecurrence type which describes the dates on which an item should not recur.
If a recurrence rule or the recurrence dates list specifies that an item should occur on a particular date and that date appears in the exception dates list, the item should not occur on that date.
The constant key for the value which is stored in details of the QOrganizerItemRecurrence type which describes the rules for when an item should not recur.
If a recurrence rule or the recurrence dates list specifies that an item should occur on a particular date and any of the exception rules include that date, the item should not occur on that date.
The constant key for the value which is stored in details of the QOrganizerItemRecurrence type which describes the dates on which an item should recur.
The constant key for the value which is stored in details of the QOrganizerItemRecurrence type which describes the rules for when an item should recur.
When multiple rules are specified, the list of recurrence dates are calculated separately for each rule and the results are unioned.