This commit is contained in:
2025-09-03 13:28:21 +00:00
parent 7f6c894493
commit dbf5a0cd1c

View File

@@ -206,7 +206,7 @@ class cls_caldav():
item.key = item.key.replace("$","") item.key = item.key.replace("$","")
if "manif" in item.key.lower(): if "manif" in item.key.lower():
item.team_manif = True item.team_manif = True
item.key = item.key.lower().replace("manif", "").upper() item.key = item.key.replace("manif", "").replace("Manif", "").replace("MANIF", "")
item.name = arr[1] item.name = arr[1]
if "&" in item.name: if "&" in item.name:
arr = item.name.split("&") arr = item.name.split("&")