From 212f953dc78c666cdf5d96b9cc8fb95bc56b405e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 2 Oct 2023 19:28:31 +0200 Subject: Add TODO comments. --- module/vcomponent/formats/common/types.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/vcomponent/formats/common/types.scm') diff --git a/module/vcomponent/formats/common/types.scm b/module/vcomponent/formats/common/types.scm index fcb2b7b6..68679fbc 100644 --- a/module/vcomponent/formats/common/types.scm +++ b/module/vcomponent/formats/common/types.scm @@ -37,6 +37,7 @@ (define (parse-datetime props value) (define parsed (parse-ics-datetime + ;; TODO props is no longer a (built-in) hash table value (hashq-ref props 'TZID #f))) (hashq-set! props '-X-HNH-ORIGINAL parsed) (get-datetime parsed)) -- cgit v1.2.3