Recurrence
interval(count)
Sets the interval between occurrences.
Parameters
count
The 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
count
The number of times to recur.
Return value
until(date)
Configures the rule to end on the given date (inclusive).
Parameters
date
The date to stop the rule from recurring.