débug mycaldav

This commit is contained in:
Ambulance Clerc
2022-10-13 16:57:42 +02:00
parent a822690f75
commit 9bb8659d8a

View File

@@ -222,7 +222,7 @@ class cls_caldav_client():
return None
if updated:
event.vobject_instance.vevent.summary.value = f"{key[0]} - {equipage[0]} & {equipage[1]}"
event.vobject_instance.vevent.summary.value = f"{key[0]} - {equipage[0].strip()} & {equipage[1].strip()}"
event.save()