aboutsummaryrefslogtreecommitdiff
path: root/static/jcal.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 20:48:23 +0100
commit2d0ec2b162e3e2851fef7f280aab21c9f00cd171 (patch)
tree5d05f6b3c790a3e7af9b579469d64529c99a06f8 /static/jcal.ts
parentMostly fix datetime values in frontend. (diff)
downloadcalp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.gz
calp-2d0ec2b162e3e2851fef7f280aab21c9f00cd171.tar.xz
Everything but lib.
Diffstat (limited to '')
-rw-r--r--static/jcal.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/jcal.ts b/static/jcal.ts
index db833a3c..51a1130b 100644
--- a/static/jcal.ts
+++ b/static/jcal.ts
@@ -1,3 +1,6 @@
+export { jcal_to_xcal }
+import { ical_type, JCalProperty, JCal } from './types'
+
function jcal_type_to_xcal(doc: Document, type: ical_type, value: any): Element {
let el = doc.createElementNS(xcal, type);
switch (type) {