Newer
Older
[general]
status_path = "~/.config/vdirsyncer/status/"
[pair calenders]
a = "nc_calender"
b = "local_calender"
collections = ["from a", "from b"]
metadata = ["color"]
fileext = ".ics"
[storage nc_calender]
type = "caldav"
url = "https://YourNextCloudDomainName.tld/remote.php/dav/principals/users/YourNextCloudUserName/"
username = "NCUserName"
password = "NCUserPassword"
start_date = "datetime.now() - timedelta(days=365)"
end_date = "datetime.now() + timedelta(days=365)"