aboutsummaryrefslogtreecommitdiff
path: root/static/lib.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/lib.js')
-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";