fixing systemd for vdirsyncer
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user