2 Commits

Author SHA1 Message Date
69de61d724 quick fix ics 2026-05-19 13:08:25 -04:00
f4ee4adfb3 quick fix ics 2026-05-19 13:00:06 -04:00

1
qt.py
View File

@@ -1758,6 +1758,7 @@ class WillSettingsWidget(QWidget):
"END:VCALENDAR", "END:VCALENDAR",
]) ])
lines = [s.rstrip("\r\n") for s in lines]
ics_content = "\r\n".join(lines) + "\r\n" ics_content = "\r\n".join(lines) + "\r\n"
self.temp_path = BalCalendar.write_temp_ics(ics_content) self.temp_path = BalCalendar.write_temp_ics(ics_content)
opened = BalCalendar.open_with_default_app( opened = BalCalendar.open_with_default_app(