diff --git a/src/event.js b/src/event.js index b6add7fec..2781ab34f 100755 --- a/src/event.js +++ b/src/event.js @@ -66,7 +66,8 @@ class ICalEvent { 'url', 'created', 'lastModified', - 'recurrenceId' + 'recurrenceId', + 'x' ]; this._vars = { allowedRepeatingFreq: ['SECONDLY', 'MINUTELY', 'HOURLY', 'DAILY', 'WEEKLY', 'MONTHLY', 'YEARLY'],