web new api done

This commit is contained in:
Eudes Inácio
2024-06-04 11:56:56 +01:00
parent 399700c67c
commit 87ba7a6cd9
6 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -52,9 +52,9 @@ export class Utils {
calendarTypeSeleted(calendarName) {
var selectedType = {
'Reunião': 1,
'Viagem': 2,
'Conferência': 3,
'Meeting': 1,
'Travel': 2,
'Conference': 3,
'Encontro': 1
}
return selectedType[calendarName];