From 6c2f567d311a80ada265f026cec800309efbeaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 29 Nov 2020 22:57:06 +0100 Subject: Generated xcal now has by*-rules correct. --- static/rrule.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'static/rrule.js') diff --git a/static/rrule.js b/static/rrule.js index 2f2120e3..abc648af 100644 --- a/static/rrule.js +++ b/static/rrule.js @@ -19,12 +19,6 @@ class RRule { 'bymonthday', 'byyearday', 'byweekno', 'bymonth', 'bysetpos', 'wkst'] - /* - TODO multi valued byhour should be represented as - 12 - NOT as 1,2 as it currently does. - */ - constructor() { this.listeners = {} @@ -37,6 +31,7 @@ class RRule { TODO many of the fields should be wrapped in type tags. e.g. elements are either or , NOT a raw date. + by* fields should be wrapped with multiple values. */ get: () => this['_' + f], set: (v) => { -- cgit v1.2.3