From 60946b747f207b6e86ea6959c123e1609feeb19d Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 15 Dec 2019 10:58:40 +0100 Subject: [PATCH] Update calendar --- dotfiles/calendar.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dotfiles/calendar.org b/dotfiles/calendar.org index 336ff34..0e797ba 100644 --- a/dotfiles/calendar.org +++ b/dotfiles/calendar.org @@ -26,6 +26,24 @@ type = "filesystem" path = "~/.calendars/google/" fileext = ".ics" + + + [pair google_contacts] + a = "google_contacts_remote" + b = "google_contacts_local" + collections = ["from a", "from b"] + conflict_resolution = "a wins" + + [storage google_contacts_local] + type = "filesystem" + path = "~/.contacts/" + fileext = ".vcf" + + [storage google_contacts_remote] + type = "google_contacts" + token_file = "~/.config/dotfiles/private/token_file_carddav" + client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com" + client_secret = "***REMOVED***" #+END_SRC * Khal