summaryrefslogtreecommitdiff
path: root/.config/vdirsyncer
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2022-12-17 09:09:35 -0600
committerluxagraf <sng@luxagraf.net>2022-12-17 09:09:35 -0600
commiteb45fc47ae248277d3d778d5aaa7aaa45a25944e (patch)
tree248f7ecc2b00938752b0e8268668edda848910ba /.config/vdirsyncer
parent0e34f85b71d1243bab0b7663d6956a172631dc96 (diff)
bash: added new GTD scripts
Diffstat (limited to '.config/vdirsyncer')
-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"]