sharing/bday: add class + status

This commit is contained in:
Peter Bieringer
2026-05-31 07:26:44 +02:00
parent d6369588f4
commit d192cb085d

View File

@@ -739,6 +739,12 @@ class Item:
if categories is not None and categories != []:
vevent.add('categories').value = categories
# set CLASS
vevent.add('class').value = "PRIVATE"
# set STATUS
vevent.add('class').value = "CONFIRMED"
# set VALARM
if alarm_trigger is not None and alarm_trigger != "":
for entry in alarm_trigger.split('|'):