From 15e50471776e702333920b188932f03ee1f8573b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 9 Dec 2021 19:17:46 +0100 Subject: Propagate recurring events to frontend. This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem. --- static/vevent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/vevent.ts') diff --git a/static/vevent.ts b/static/vevent.ts index c7dcd406..994c9425 100644 --- a/static/vevent.ts +++ b/static/vevent.ts @@ -60,7 +60,7 @@ class VEventValue { value = 'UTC-OFFSET GOES HERE'; break; case 'recur': - value = v.asJcal(); + value = v.to_jcal(); break; case 'float': -- cgit v1.2.3