From 89d2d0c2052cbf425324644b3ba8c77241a5c295 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Fri, 18 Mar 2022 09:15:15 +0100 Subject: [PATCH] Add note about icalevents bug in 0.1.25 We need a later version to avoid failures when reading some feeds. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 34c4b46..dd81f2d 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ If you want to use a different type of calendar, such as Google Calendar, you will need to create a new driver. However, it is possible to export a read-only, secret address for your Google Calendar following [this guide](https://support.google.com/calendar/answer/37648?hl=en#zippy=%2Cget-your-calendar-view-only). +Note that the library used for iCal support, [icalevents](https://pypi.org/project/icalevents/) has a bug in version 0.1.25 +that may prevent events from being properly loaded. This was fixed by [this commit](https://github.com/jazzband/icalevents/pull/70), +so you will need to update to version 0.1.26 or later. As of this writing, version 0.1.26 +is not available on PyPi. + ## Running The scripts directory contains a simple launcher script using a virtual environment, and a systemd unit file you can use to ensure the program runs on startup.