1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-03-05 13:04:13 +00:00

remove ical str prop decoding for icalendar v7.0.2

This commit is contained in:
2026-03-01 11:24:39 +03:00
committed by Dmitry Belyaev
parent 0676540e76
commit caa7b388a1

View File

@@ -75,7 +75,7 @@ class EventConverter(Event): # type: ignore
string value string value
""" """
return str(self.decoded(prop).decode(encoding="utf-8")) return str(self.decoded(prop))
def _datetime_str_prop(self, prop: str) -> str: def _datetime_str_prop(self, prop: str) -> str:
"""utc datetime as string from property """utc datetime as string from property