All checks were successful
CI / check (push) Successful in 3m48s
assq uses eq for key comparison, which can fail if the key symbols aren't identical objects. assoc uses equal, which is what org-caldav itself uses for rrule-props lookups (e.g., INTERVAL, FREQ). This fixes DEADLINEs not being added to recurring events with UNTIL dates. Also adds debug logging to help diagnose any remaining issues - will be removed once verified working. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>