Commit 954c190d authored by Dimitri Enns's avatar Dimitri Enns
Browse files

Update config

parent 8f3fd721
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@
status_path = "~/.config/vdirsyncer/status/"

[pair calenders]
a = "nc_calender"                   ## This is just a local name for the nextcloud calendar
b = "local_calender"                ## This is just a local name for the local calendar on the computer
collections = ["from a", "from b"]  ## This tells vdirsyncer to sync from a to b
metadata = ["color"]                ## This tells vdirsyncer to sync colors too.
a = "nc_calender"
b = "local_calender"
collections = ["from a", "from b"]
metadata = ["color"]

[storage local_calender]
type = "filesystem"
path = "~/.sync-calendars/"         ## This tells vdirsyncer where to store the ical files locally. Make sure the dir exits.
path = "~/.sync-calendars/"
fileext = ".ics"

[storage nc_calender]