From e753d721519f72014241b3d2fc804a919f655769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 7 Sep 2023 02:58:41 +0200 Subject: Document remaining javascript items. --- static/ts/globals.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/ts/globals.ts') 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) { -- cgit v1.2.3