quick fix ics
This commit is contained in:
3
qt.py
3
qt.py
@@ -1758,7 +1758,8 @@ class WillSettingsWidget(QWidget):
|
|||||||
"END:VCALENDAR",
|
"END:VCALENDAR",
|
||||||
])
|
])
|
||||||
|
|
||||||
ics_content = "\r\n".join(lines)
|
lines = [s.rstrip("\r\n") for s in lines]
|
||||||
|
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(
|
||||||
self.bal_window.bal_plugin.CALENDAR_APP.get(), self.temp_path
|
self.bal_window.bal_plugin.CALENDAR_APP.get(), self.temp_path
|
||||||
|
|||||||
Reference in New Issue
Block a user