Recurrence
interval(count)
Sets the interval between occurrences.
Parameters
countThe interval between occurrences.
Return value
onlyAfterCompletion()
Configures the recurrence rule to generate a new task instance only when the previous one is completed.
Return value
times(count)
Configures the recurrence rule to end after the given number of occurrences.
Parameters
countThe number of times to recur.
Return value
until(date)
Configures the rule to end on the given date (inclusive).
Parameters
dateThe date to stop the rule from recurring.