aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/vevent.ts')
-rw-r--r--static/vevent.ts2
1 files changed, 1 insertions, 1 deletions
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':