[vdirsync] Change password method
This commit is contained in:
parent
0f3616dd24
commit
7be76d4193
1 changed files with 4 additions and 4 deletions
43
.config/vdirsyncer/config_tpl
Normal file
43
.config/vdirsyncer/config_tpl
Normal file
|
@ -0,0 +1,43 @@
|
|||
[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 = ""
|
||||
password = ""
|
||||
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 = ""
|
||||
password = ""
|
||||
start_date = "datetime.now() - timedelta(days=365)"
|
||||
end_date = "datetime.now() + timedelta(days=365)"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue