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"]