add conf for vdirsyncer and khal

This commit is contained in:
Bruno Carlin 2020-06-12 10:46:35 +02:00
parent 48afc9b7a7
commit 964a5a3c30
6 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,38 @@
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = "~/.local/share/vdirsyncer/status/"
[pair waarp_agenda]
a = "waarp_agenda_local"
b = "waarp_agenda_remote"
collections = ["from a", "from b"]
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"
[storage waarp_agenda_local]
type = "filesystem"
path = "~/.local/share/agendas/waarp/"
fileext = ".ics"
[pair perso_agenda]
a = "perso_agenda_local"
b = "perso_agenda_remote"
collections = ["from a", "from b"]
conflict_resolution = "b wins"
[storage perso_agenda_remote]
type = "caldav"
url = "https://files.bcarlin.xyz"
#https://files.bcarlin.xyz/remote.php/dav
username = "bcarlin"
password.fetch = ["command", "secret-tool", "lookup", "khal", "persopw"]
[storage perso_agenda_local]
type = "filesystem"
path = "~/.local/share/agendas/perso/"
fileext = ".ics"