diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-05 08:40:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-05 08:40:43 -0500 |
commit | e7e7825f604bad7dfc2b9127071e79b49e86c0ba (patch) | |
tree | ab990398528fc7d53eca73a26fa1a7d225d99b88 /.config/vdirsyncer | |
parent | 5869f1e4d220dd020113deade66ea01790d2023e (diff) |
updated khard and vdirsyncer to use new calendar and contacts
Diffstat (limited to '.config/vdirsyncer')
-rw-r--r-- | .config/vdirsyncer/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 5f57c53..76a7d0c 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -43,11 +43,11 @@ fileext = ".vcf" [storage lxf_contacts_remote] type = "carddav" -url = "https://cloud.luxagraf.net/remote.php/carddav/" +url = "https://cal.luxagraf.net/luxagraf" 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.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] # CALDAV [pair lxf_calendar] @@ -65,8 +65,8 @@ fileext = ".ics" [storage lxf_calendar_remote] type = "caldav" -url = "https://cloud.luxagraf.net/remote.php/caldav/" +url = "https://cal.luxagraf.net/luxagraf" 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.fetch = ["command", "pass", "cloud.luxagraf.net"] +password.fetch = ["command", "pass", "cal.luxagraf.net"] |