From 995929362ea939adf7abf420adf02eb549392fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Aug 2020 19:40:24 +0200 Subject: Add TODO about trimming text. --- module/vcomponent/parse/xcal.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/vcomponent') 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))] -- cgit v1.2.3