[general]
status_path = "~/.local/state/vdirsyncer/status/"

# CARDDAV
#[pair matthieu_contacts]
#a = "matthieu_contacts_local"
#b = "matthieu_contacts_remote"
#collections = ["from a", "from b"]
#metadata = ["displayname"]
#conflict_resolution = "b wins"

#[storage matthieu_contacts_local]
#type = "filesystem"
#path = "~/.local/share/vdirsyncer/contacts/"
#fileext = ".vcf"

#[storage matthieu_contacts_remote]
#type = "carddav"
#url = "https://mail.royfortin.ca/SOGo/dav/matthieu@royfortin.ca/Contacts/personal"
#username = "matthieu@royfortin.ca"
#password.fetch = ["shell", "bw get password ebf406f6-87a9-4cc5-850b-05650b49181e"]

# CALDAV
[pair matthieu_calendar]
a = "matthieu_calendar_local"
b = "matthieu_calendar_remote"
collections = ["from a", "from b"]
conflict_resolution = "b wins"
metadata = ["displayname", "color"]

[storage matthieu_calendar_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/calendars/"
fileext = ".ics"

[storage matthieu_calendar_remote]
type = "caldav"
url = "https://mail.royfortin.ca/SOGo/dav/matthieu@royfortin.ca/Calendar/personal/"
username = "matthieu@royfortin.ca"
password.fetch = ["shell", "bw get password ebf406f6-87a9-4cc5-850b-05650b49181e"]
