diff --git a/sync_ics2gcal/ical.py b/sync_ics2gcal/ical.py index bef526b..ecf8d92 100644 --- a/sync_ics2gcal/ical.py +++ b/sync_ics2gcal/ical.py @@ -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