bugfix: status was from vjournal not vevent

This commit is contained in:
2025-06-13 23:07:31 +02:00
parent 16193b5554
commit 4a17512819

View File

@@ -110,7 +110,7 @@ END {
print "CREATED:" zulu;
print "SEQUENCE:1";
print "LAST-MODIFIED:" zulu;
print "STATUS:FINAL";
print "STATUS:VEVENT";
print "DTSTART;VALUE=" from_type ":" from
print "DTEND;VALUE=" to_type ":" to
if (summary) print_fold("SUMMARY:", summary, i, s);