aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 19:40:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 19:40:24 +0200
commit995929362ea939adf7abf420adf02eb549392fae (patch)
treec547c6615db4770e38db98c9fc2de626c3f87ded
parentCan create events without descriptions again. (diff)
downloadcalp-995929362ea939adf7abf420adf02eb549392fae.tar.gz
calp-995929362ea939adf7abf420adf02eb549392fae.tar.xz
Add TODO about trimming text.
-rw-r--r--module/vcomponent/parse/xcal.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/vcomponent/parse/xcal.scm b/module/vcomponent/parse/xcal.scm
index 06745864..2c8b7fe8 100644
--- a/module/vcomponent/parse/xcal.scm
+++ b/module/vcomponent/parse/xcal.scm
@@ -22,6 +22,7 @@
[(boolean) (string=? "true" (car value))]
+ ;; TODO possibly trim whitespace on text fields
[(cal-address uri text unknown) (car value)]
[(date) (parse-iso-date (car value))]