43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
[general]
|
|
status_path = "~/.vdirsyncer/status/"
|
|
|
|
[pair my_calendars]
|
|
a = "my_calendars_local"
|
|
b = "my_calendars_remote"
|
|
collections = ["from a", "from b"]
|
|
metadata = ["displayname", "color"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage my_calendars_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/raghnarok/"
|
|
fileext = ".ics"
|
|
|
|
[storage my_calendars_remote]
|
|
type = "caldav"
|
|
url = "https://cloud.vulgarisons.info/remote.php/dav/calendars/raghnarok/"
|
|
username = "raghnarok"
|
|
password.fetch = ["command", "pass", "show", "vdirsyncer/vulgarisons"]
|
|
start_date = "datetime.now() - timedelta(days=365)"
|
|
end_date = "datetime.now() + timedelta(days=365)"
|
|
|
|
[pair octopode]
|
|
a = "octopode_local"
|
|
b = "octopode_remote"
|
|
collections = ["from a", "from b"]
|
|
metadata = ["displayname", "color"]
|
|
conflict_resolution = "b wins"
|
|
|
|
[storage octopode_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars/octopode/"
|
|
fileext = ".ics"
|
|
|
|
[storage octopode_remote]
|
|
type = "caldav"
|
|
url = "https://cloud.octopode.ch/remote.php/dav/calendars/raghnarok/"
|
|
username = "raghnarok"
|
|
password.fetch = ["command", "pass", "show", "vdirsyncer/octopode"]
|
|
start_date = "datetime.now() - timedelta(days=365)"
|
|
end_date = "datetime.now() + timedelta(days=365)"
|
|
|