aboutsummaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync-async-worker.el
Commit message (Collapse)AuthorAgeFilesLines
* Keep calendar sync off the UI threadCraig Jennings2026-05-101-0/+154
Move calendar feed conversion into an isolated batch Emacs worker so large parse/write cycles do not freeze interactive editing. Cover the worker command, isolated logging, quoted settings, and sync success/failure paths with focused ERTs.