remove uunsed

This commit is contained in:
Peter Maquiran
2024-10-21 10:15:48 +01:00
parent 661b449fb4
commit ac1f01b15b
40 changed files with 21 additions and 744 deletions
-15
View File
@@ -1,5 +1,4 @@
import { Injectable } from '@angular/core';
import { EventsService } from 'src/app/services/events.service';
import { RoleIdService } from 'src/app/services/role-id.service'
import { TableSharedCalendar } from './data/data-source/agenda-local-data-source.service';
@Injectable({
@@ -7,24 +6,10 @@ import { TableSharedCalendar } from './data/data-source/agenda-local-data-source
})
export class Utils {
constructor(
public eventService: EventsService,
public RoleIdService: RoleIdService,
) { }
// selectedCalendarUserId(CalendarName, postEvent) {
// if (this.eventService.calendarNamesType[CalendarName]?.['Oficial'] && postEvent.CalendarName == 'Oficial') {
// return this.eventService.calendarNamesType[CalendarName]['OwnerId']
// } else if (this.eventService.calendarNamesType[CalendarName]?.['Pessoal'] && postEvent.CalendarName == 'Pessoal') {
// return this.eventService.calendarNamesType[CalendarName]['OwnerId']
// } else {
// return '11:11'
// }
// }
selectedCalendarOwner(roleDescription) {