From b24e655996463bbb17d732d81788b410f28ae05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 7 Apr 2020 09:39:07 +0200 Subject: Add location to blocks, rrules and last-modified to text in html. --- module/vcomponent/parse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent') diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm index 7ae966a1..c7cb39d6 100644 --- a/module/vcomponent/parse.scm +++ b/module/vcomponent/parse.scm @@ -201,7 +201,7 @@ row ~a column ~a ctx = ~a (strbuf->string strbuf ((@ (rnrs io ports) make-transcoder) encoding))))])] - [(DTSTART DTEND RECURRENCE-ID) + [(DTSTART DTEND RECURRENCE-ID LAST-MODIFIED DTSTAMP) ;; '("Africa/Ceuta" "Europe/Stockholm" "local") (let ((tz (or (and=> (prop it 'TZID) car) -- cgit v1.2.3