From 36e2616e0f83f781974c78e884c99d4a872180a7 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 13 Apr 2025 14:00:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-13 14:00:05 --- .config/vdirsyncer/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index c44bb8a2..fa8a973b 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -1,2 +1,24 @@ [general] status_path = "~/.vdirsyncer/status/" + +[pair cal] +a = "cal_local" +b = "cal_remote" +collections = ["from a", "from b"] + +[storage cal_remote] +type = "caldav" +url = "https://caldav.fastmail.com/" +username = "daniel@ficd.ca" +password.fetch = ["command", "pass", "show", "fastmail/vsyncdir"] + +[storage cal_local] +type = "filesystem" +path = "~/.calendar" +fileext = ".ics" + +[storage card] +type = "carddav" +url = "https://carddav.fastmail.com/" +username = "daniel@ficd.ca" +password.fetch = ["command", "pass", "show", "fastmail/vsyncdir"]