From 3bd26b63adf49ec1b3f52897008738f13b864451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 19 Nov 2021 16:45:06 +0100 Subject: Add basic rrule tab. --- static/components/vevent-block.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/components/vevent-block.ts') diff --git a/static/components/vevent-block.ts b/static/components/vevent-block.ts index 8c6d11cf..a4aaba24 100644 --- a/static/components/vevent-block.ts +++ b/static/components/vevent-block.ts @@ -59,5 +59,9 @@ class ComponentBlock extends ComponentVEvent { if (data.calendar) { this.dataset.calendar = data.calendar; } + + if (data.getProperty('rrule') !== undefined) { + (this.getElementsByClassName('repeating')![0] as HTMLElement).innerText = '↺' + } } } -- cgit v1.2.3