Commit 7bf8c362 authored by Dimitri Enns's avatar Dimitri Enns
Browse files

Update config

parent 954c190d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
[general]
status_path = "~/.config/vdirsyncer/status/"

[pair calenders]
a = "nc_calender"
b = "local_calender"
[pair calendars]
a = "nc_calendar"
b = "local_calendar"
collections = ["from a", "from b"]
metadata = ["color"]

[storage local_calender]
[storage local_calendar]
type = "filesystem"
path = "~/.sync-calendars/"
fileext = ".ics"

[storage nc_calender]
[storage nc_calendar]
type = "caldav"
url = "https://YourNextCloudDomainName.tld/remote.php/dav/principals/users/YourNextCloudUserName/"
username = "NCUserName"