From 6774c0ecd4cbe94325b9dc00b093faf960b82f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 8 Sep 2020 00:44:04 +0200 Subject: HTML add description on existing events. --- static/lib.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/lib.js') diff --git a/static/lib.js b/static/lib.js index a6f1892b..3c11e23f 100644 --- a/static/lib.js +++ b/static/lib.js @@ -130,3 +130,5 @@ function format_date(date, str) { } Object.prototype.format = function () { return this; } /* any number of arguments */ Date.prototype.format = function (str) { return format_date (this, str); } + +const xcal = "urn:ietf:params:xml:ns:icalendar-2.0"; -- cgit v1.2.3