Compare commits
2 Commits
242d1b137f
...
69de61d724
| Author | SHA1 | Date | |
|---|---|---|---|
|
69de61d724
|
|||
|
f4ee4adfb3
|
1
qt.py
1
qt.py
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user