From caa7b388a1bf06036268446a1ecb76a94489ec0f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 1 Mar 2026 11:24:39 +0300 Subject: [PATCH] remove ical str prop decoding for icalendar v7.0.2 --- sync_ics2gcal/ical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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