aboutsummaryrefslogtreecommitdiff
path: root/static/lib.js
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-09-08 00:44:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-09-08 00:44:04 +0200
commit6774c0ecd4cbe94325b9dc00b093faf960b82f04 (patch)
tree4ed42292697b330c7a0c5e9b9d83533edcffe269 /static/lib.js
parentTempletize get_property. (diff)
downloadcalp-6774c0ecd4cbe94325b9dc00b093faf960b82f04.tar.gz
calp-6774c0ecd4cbe94325b9dc00b093faf960b82f04.tar.xz
HTML add description on existing events.
Diffstat (limited to '')
-rw-r--r--static/lib.js2
1 files changed, 2 insertions, 0 deletions
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";