aboutsummaryrefslogtreecommitdiff
path: root/static/ts/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/ts/globals.ts')
-rw-r--r--static/ts/globals.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/ts/globals.ts b/static/ts/globals.ts
index 75fb1df9..1cdf1733 100644
--- a/static/ts/globals.ts
+++ b/static/ts/globals.ts
@@ -76,6 +76,10 @@ window.addNewEvent = () => {
popup.maximize();
}
+/**
+ Find the calendar block in the inline view containing the VEvent identified
+ by the uid
+*/
function find_block(uid: uid): ComponentBlock | null {
let obj = vcal_objects.get(uid)
if (obj === undefined) {