hermione 07ea05afab
Some checks failed
CI / check (push) Has been cancelled
feat(emacs): filter recurring events past CALDAV_UNTIL in agenda
DEADLINE doesn't actually limit recurring event display in org-agenda.
Instead, use org-agenda-skip-function-global to filter entries where
today's date is past the CALDAV_UNTIL property.

The skip function:
- Checks for CALDAV_UNTIL property (set by caldav sync advice)
- Parses YYYYMMDD format
- Skips entry if today > UNTIL date

This properly hides expired recurring events from the agenda.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 14:20:44 -08:00
2026-01-24 16:37:04 -08:00
2026-01-25 12:07:39 -08:00
Description
No description provided
24 MiB
Languages
Nix 80.7%
Emacs Lisp 11.7%
Shell 5.1%
Python 2.5%