This commit is contained in:
Peter Maquiran
2023-02-08 16:26:52 +01:00
parent 8459f61150
commit 69a3dc9f81
3 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -259,7 +259,7 @@ export class EventsService {
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName] = true
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName+'Id'] = sharedCalendar.CalendarId
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName+'RoleId'] = sharedCalendar.CalendarRoleId
})
}
@@ -277,6 +277,7 @@ export class EventsService {
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName] = true
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName+'Id'] = sharedCalendar.CalendarId
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName+'RoleId'] = sharedCalendar.CalendarRoleId
}