summaryrefslogtreecommitdiff
path: root/.config/vdirsyncer/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r--.config/vdirsyncer/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config
index 3077026..5f57c53 100644
--- a/.config/vdirsyncer/config
+++ b/.config/vdirsyncer/config
@@ -58,15 +58,15 @@ collections = ["from a", "from b"]
# Calendars also have a color property
metadata = ["displayname", "color"]
-[storage bob_calendar_local]
+[storage lxf_calendar_local]
type = "filesystem"
path = "~/.calendars/"
fileext = ".ics"
[storage lxf_calendar_remote]
type = "caldav"
-url = "https://cloud.luxagraf.net/remote.php/carddav/"
+url = "https://cloud.luxagraf.net/remote.php/caldav/"
username="luxagraf"
# The password can also be fetched from the system password storage, netrc or a
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
-password = "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/cloud.luxagraf.net.gpg"
+password.fetch = ["command", "pass", "cloud.luxagraf.net"]