aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/vcomponent.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 7ae9adae..5987c542 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -66,6 +66,11 @@
;;; TODO vcomponent should NOT depend on output
(use-modules (output ical))
+;;; TODO both add- and remove-event sometimes crash with
+;;;;; Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler.
+;;; I belive this is due to how getf and setf work.
+
+
;;; TODO what should happen when an event with that UID already exists
;;; in the calendar? Fail? Overwrite? Currently it adds a second element
;;; with the same UID, which is BAD.