Compare commits

..

2 Commits

Author SHA1 Message Date
Zander671 31a84838ef Merge branch 'main' of git.zander.im:Zander671/random-scripts 2026-04-10 11:22:30 -07:00
Zander671 f0a5731450 Update khal-notify.lisp 2026-04-10 11:22:02 -07:00
+2 -2
View File
@@ -25,8 +25,8 @@
(defun get-calendar-dir-hash-table ()
(let ((output (make-hash-table :test 'equal)))
(dolist (dir (directory #P"~/.local/share/vdirsyncer/*/*") output)
(unless (pathname-match-p dir #P"~/.local/share/vdirsyncer/status/*/")
(dolist (dir (directory #P"~/.local/share/vdirsyncer/*.*/*.*") output)
(unless (pathname-match-p dir #P"~/.local/share/vdirsyncer/status/*.*/")
(let ((dir-name (car (last (pathname-directory dir)))))
(setf (gethash dir-name output) dir))))))