From 3f171394b2fa7dd9989494b6efa9904e3d01d2f3 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 29 Sep 2017 14:53:11 +0200 Subject: [PATCH] BE --- utils/calendar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/calendar.js b/utils/calendar.js index 4c39a2e..8ff7f1a 100644 --- a/utils/calendar.js +++ b/utils/calendar.js @@ -73,6 +73,8 @@ cal.Event = class { this.type = cal.Type.TD; } else if (this.name.indexOf("CM") !== -1) { this.type = cal.Type.CM; + } else if (this.name.indexOf("BE") !== -1) { + this.type = cal.Type.BE; } }