chore(conductor): Add new track 'Generic RRULE Formatter'

This commit is contained in:
2026-02-21 07:37:34 -08:00
parent 7e848feeee
commit bc8e67fbdf
5 changed files with 65 additions and 0 deletions

View File

@@ -21,3 +21,8 @@ This file tracks all major tracks for the project. Each track has its own detail
- [x] **Track: Fix RRULE UNTIL object conversion error: Invalid UNTIL value: [object Object]**
*Link: [./tracks/fix_rrule_until_conversion_20260219/](./tracks/fix_rrule_until_conversion_20260219/)*
---
- [ ] **Track: Fix SyntaxError: Invalid weekday string: [object Object] by implementing a generic recursive RRULE formatter.**
*Link: [./tracks/rrule_generic_formatter_20260219/](./tracks/rrule_generic_formatter_20260219/)*