From a33a9849ad91c2695e1a0d3fe665b033bc930576 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 22 Jun 2021 16:59:45 +0100 Subject: [PATCH] add a couple of known issues that need fixing These are basically that the libraries we use have moved on quite a bit since this code was last updated. --- NOTES.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES.org b/NOTES.org index dc2c503..5d77e05 100644 --- a/NOTES.org +++ b/NOTES.org @@ -1,6 +1,11 @@ ** TODO known issues +- [ ] Update to use a recent exchangelib (e.g. ServiceAccount has been + done away with in favour of FaultTolerance) +- [ ] Replace oauthclient2 use with google-auth-oauthlib (cf + https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html + ) - [X] have option to re-make gcal event even if link exists when doing matching (e.g. so if you've previously used a test gcal, it'll make events in the new gcal) -- 2.30.2