Core: recurrence engine #6

Closed
opened 2026-03-22 21:43:34 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-22 21:43:34 +00:00

Problem

Tasks need RRULE-based recurrence with two modes: scheduled (fixed dates) and completion-relative.

Solution

src/core/recurrence.ts using the rrule npm package. On task completion, spawn a new task with the next due date. Scheduled mode uses RRULE directly; completion mode calculates from completion timestamp.

Depends on: #5

## Problem Tasks need RRULE-based recurrence with two modes: scheduled (fixed dates) and completion-relative. ## Solution `src/core/recurrence.ts` using the `rrule` npm package. On task completion, spawn a new task with the next due date. Scheduled mode uses RRULE directly; completion mode calculates from completion timestamp. Depends on: #5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#6
No description provided.