parse_recurrence: Parse Recurrence In A Task

View source: R/parser.R

parse_recurrenceR Documentation

Parse Recurrence In A Task

Description

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(s)

Paul Lemmens (paul.lemmens@gmail.com)


paullemmens/todoRtxt documentation built on May 19, 2023, 3:21 p.m.