# An example configuration for vdirsyncer. # # Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it. # Run `vdirsyncer --help` for CLI usage. # # Optional parameters are commented out. # This file doesn"t document all available parameters, see # http://vdirsyncer.readthedocs.org/ for the rest of them. [general] # A folder where vdirsyncer can store some metadata about each pair. status_path = "~/.local/share/vdirsyncer/status/" #default_command = "sync" # CARDDAV [pair contacts] a = "contacts_local" b = "contacts_remote" collections = ["from b"] conflict_resolution = "b wins" [storage contacts_local] type = "filesystem" path = "~/.local/share/vdirsyncer/card" fileext = ".vcf" [storage contacts_remote] type = "carddav" url = "https://cal.martlubbers.net/dav.php/addressbooks" #auth = "digest" username = "mart" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] # CALDAV [pair calendar] a = "calendar_local" b = "calendar_remote" collections = ["from b"] conflict_resolution = "b wins" [storage calendar_local] type = "filesystem" path = "~/.local/share/vdirsyncer/cal" fileext = ".ics" [storage calendar_remote] type = "caldav" url = "https://cal.martlubbers.net/dav.php/calendars" #auth = digest username = "mart" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] # Tasks [pair tasks] a = "tasks_local" b = "tasks_remote" conflict_resolution = "a wins" collections = ["from b"] [storage tasks_local] type = "filesystem" path = "~/.local/share/vdirsyncer/tasks" fileext = ".ics" [storage tasks_remote] type = "caldav" url = "https://cal.martlubbers.net/dav.php/calendars" #auth = digest username = "task" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"]