Skip to contents

A further extension of the original specification is setting a recurrence of a task using the prefix rec:. A recurrence is set in N days, weeks, months, or years. When N is preceded by a plus, it says to start the recurrence calculation by the original due date or by today's date.

Usage

parse_recurrence(todo)

Arguments

todo

A single task (string) or vector of tasks.

Value

The recurrence setting for a task as string.

Author

Paul Lemmens (paul.lemmens@gmail.com)