From: Matthew Vernon Date: Tue, 22 Jun 2021 15:59:45 +0000 (+0100) Subject: add a couple of known issues that need fixing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=a33a9849ad91c2695e1a0d3fe665b033bc930576;p=gooswapper 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. --- 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)