aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/globals.ts b/static/globals.ts
index 7ccfb3d2..6b689697 100644
--- a/static/globals.ts
+++ b/static/globals.ts
@@ -15,6 +15,7 @@ declare global {
vcal_objects: Map<uid, VEvent>;
VIEW: 'month' | 'week';
EDIT_MODE: boolean;
+ default_calendar: string;
}
}
window.vcal_objects = vcal_objects;