aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/common/types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:44 +0200
commit212f953dc78c666cdf5d96b9cc8fb95bc56b405e (patch)
tree392129a76d448a78a2c341d9c08986448e2ff053 /module/vcomponent/formats/common/types.scm
parentDocumentation work. (diff)
downloadcalp-212f953dc78c666cdf5d96b9cc8fb95bc56b405e.tar.gz
calp-212f953dc78c666cdf5d96b9cc8fb95bc56b405e.tar.xz
Add TODO comments.
Diffstat (limited to 'module/vcomponent/formats/common/types.scm')
-rw-r--r--module/vcomponent/formats/common/types.scm1
1 files changed, 1 insertions, 0 deletions
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))