fixing systemd for vdirsyncer

This commit is contained in:
Anthony Debucquoy
2026-09-16 13:08:08 +02:00
parent 7795d4c59f
commit 19736f22ef
4 changed files with 27 additions and 4 deletions
+17
View File
@@ -34,3 +34,20 @@ status_path = "~/.vdirsyncer/status/"
b = "nextcloud_card_local"
collections = ["from a"]
metadata= ["displayname"]
[storage debucquoyanthony_remote]
type = "google_calendar"
client_id.fetch = ["command", "cat", "~/.config/pass/debucquoyanthony_id.txt"]
client_secret.fetch = ["command", "cat", "~/.config/pass/debucquoyanthony_secret.txt"]
token_file = "~/.config/pass/debucquoyanthony_token.txt"
[storage debucquoyanthony_local]
type = "filesystem"
path = "~/.cache/calendar/google/debucquoyanthony"
fileext = ".ics"
[pair debucquoyanthony_cal]
a = "debucquoyanthony_remote"
b = "debucquoyanthony_local"
collections = ["from a"]
metadata= ["color", "displayname", "description", "order"]