aboutsummaryrefslogtreecommitdiff
path: root/static/ts/globals.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 02:58:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 02:58:41 +0200
commite753d721519f72014241b3d2fc804a919f655769 (patch)
tree5f1e93ca4d3daefcffd746eb0784183664fd241e /static/ts/globals.ts
parentNormalize tsconfig formatting. (diff)
downloadcalp-e753d721519f72014241b3d2fc804a919f655769.tar.gz
calp-e753d721519f72014241b3d2fc804a919f655769.tar.xz
Document remaining javascript items.
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) {