mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-03-05 04:54:14 +00:00
remove ical str prop decoding for icalendar v7.0.2
This commit is contained in:
@@ -75,7 +75,7 @@ class EventConverter(Event): # type: ignore
|
||||
string value
|
||||
"""
|
||||
|
||||
return str(self.decoded(prop).decode(encoding="utf-8"))
|
||||
return str(self.decoded(prop))
|
||||
|
||||
def _datetime_str_prop(self, prop: str) -> str:
|
||||
"""utc datetime as string from property
|
||||
|
||||
Reference in New Issue
Block a user