Changement visuel vhc caldav

This commit is contained in:
Ambulance Clerc
2022-06-22 09:04:00 +02:00
parent 3fa28c891b
commit c7ccb10d86
3 changed files with 9 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ class cls_caldav():
if "DESCRIPTION" in event.keys():
item.desc = event["DESCRIPTION"]
if "*done*" in item.desc:
if "#" in item.desc:
item.done = True
item.dtstart = event["DTSTART"].dt.strftime("%d.%m.%Y %H:%M")
item.dtend = event["DTEND"].dt.strftime("%d.%m.%Y %H:%M")