ajout de bDone à la view

This commit is contained in:
kirosbr
2024-02-13 14:06:17 +01:00
parent 73a9c76811
commit c518aac911

View File

@@ -146,6 +146,7 @@ def view_op_caldav(request):
temp_item.name = item.sTitle
temp_item.desc = item.sDesc
temp_item.key = item.sKey
temp_item.done = item.bDone
temp_item.str_start_date = str(item.dtStart.day) + "." + str(item.dtStart.month)
if item.dtEnd != None:
temp_item.str_end_date = str(item.dtEnd.day) + "." + str(item.dtEnd.month)