From 5bb838514a61299e111fd24299f1132b7380a151 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Thu, 9 Mar 2023 22:31:44 +0100 Subject: [PATCH] fix(vdirsyncer): update credentials for google agenda --- vdirsyncer/.config/vdirsyncer/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config index e5c7e18..86c11cf 100644 --- a/vdirsyncer/.config/vdirsyncer/config +++ b/vdirsyncer/.config/vdirsyncer/config @@ -11,8 +11,8 @@ conflict_resolution = "b wins" [storage waarp_agenda_remote] type = "google_calendar" token_file = "~/.local/share/vdirsyncer/tokens/waarp" -client_id = "948686879514-65efku96birv6u1l48kpajfvaevat51s.apps.googleusercontent.com" -client_secret = "YQWLblQIWPK62lDmkyRRXWOz" +client_id = "1039068292368-mgmsk5olkqkf3jfvq4a1674k46cdmgae.apps.googleusercontent.com" +client_secret = "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" [storage waarp_agenda_local] type = "filesystem"