From e80d5eab364bbe3827b1fd7a4720ad208cb7c73b Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Mon, 18 Oct 2021 23:24:33 +0000 Subject: found some old modifications that were never committed --- calendar-cli.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/calendar-cli.py b/calendar-cli.py index ec5993f..3d1ca2e 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -546,7 +546,6 @@ def calendar_agenda(caldav_conn, args): event['summary'] = getattr(event['instance'], summary_attr).value break event['uid'] = event['instance'].uid.value if hasattr(event['instance'], 'uid') else '' - ## TODO: this will probably break and is probably moot on python3? for attr in vcal_txt_one + ['summary']: if isinstance(event[attr], unicode): event[attr] = to_normal_str(event[attr]) diff --git a/setup.py b/setup.py index 34b388f..55002c1 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( scripts=['calendar-cli.py', 'calendar-cli'], install_requires=[ 'icalendar', - 'caldav>=0.6.2', + 'caldav>=0.8.1', 'pytz', 'tzlocal', 'six' -- cgit v1.2.3