This commit is contained in:
Peter Maquiran
2023-06-12 11:56:23 +01:00
parent 55b1f488cb
commit 199327a2cb
9 changed files with 376 additions and 11 deletions
+4
View File
@@ -51,6 +51,7 @@ export class EventsService {
calendarNames = {}
calendarNamesAry = []
calendarNamesAryReverse = []
calendarNamesType = {}
calendarRole = []
@@ -306,6 +307,8 @@ export class EventsService {
this.hasAnyCalendar = true
}
this.calendarNamesAryReverse = this.calendarNamesAry.reverse();
(() => {
const keys = {}
@@ -326,6 +329,7 @@ export class EventsService {
}
}
})();
}
}