summary refs log tree commit diff
path: root/.config/vdirsyncer
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-10 12:32:48 +0100
committerRobert Günzler <r@gnzler.io>2026-02-10 12:41:25 +0100
commit63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch)
tree41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/vdirsyncer
parent5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff)
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/vdirsyncer')
-rw-r--r--.config/vdirsyncer/config102
1 files changed, 0 insertions, 102 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config
deleted file mode 100644
index 1210eb6..0000000
--- a/.config/vdirsyncer/config
+++ /dev/null
@@ -1,102 +0,0 @@
-[general]
-# A folder where vdirsyncer can store some metadata about each pair.
-status_path = "~/.local/state/vdirsyncer/status/"
-
-# STORAGE LOCAL
-[storage calendar_local]
-type = "filesystem"
-path = "~/calendars/personal/"
-fileext = ".ics"
-[storage tasks_local]
-type = "filesystem"
-path = "~/calendars/tasks/"
-fileext = ".ics"
-[storage contacts_local]
-type = "filesystem"
-path = "~/contacts/"
-fileext = ".vcf"
-
-# STORAGE GANDI
-[storage gandi_tasks_remote]
-type = "caldav"
-item_types = ["VTODO"]
-url = "https://webmail.gandi.net/SOGo/dav/robert@gnzler.io/Calendar/7F5F-63225280-C7-DF8F570/"
-username = "robert@gnzler.io"
-password.fetch = ["shell", "rbw get 67436053-fde1-43c3-9544-6a5289f08c76"]
-
-# STORAGE MAILFENCE
-[storage mailfence_calendar_remote]
-type = "caldav"
-item_types = ["VEVENT"]
-url = "https://mailfence.com/dav/robertgzr/private/events"
-username = "robertgzr"
-password.fetch = ["shell", "rbw get 68b0ea26-733a-43cd-b8f8-e8ecc98de072"]
-[storage mailfence_contacts_remote]
-type = "carddav"
-url = "https://mailfence.com/dav/robertgzr/private/contacts"
-username = "robertgzr"
-password.fetch = ["shell", "rbw get 68b0ea26-733a-43cd-b8f8-e8ecc98de072"]
-
-# STORAGE NEXTCLOUD
-[storage nx_calendar_remote]
-type = "caldav"
-item_types = ["VEVENT"]
-url = "https://nx.gzr.im/remote.php/dav/calendars/robert/personal/"
-username = "robert"
-password.fetch = ["shell", "rbw get bd753459-7a32-4876-b2fa-c082d59f6845"]
-[storage nx_tasks_remote]
-type = "caldav"
-item_types = ["VTODO"]
-url = "https://nx.gzr.im/remote.php/dav/calendars/robert/tasks/"
-username = "robert"
-password.fetch = ["shell", "rbw get bd753459-7a32-4876-b2fa-c082d59f6845"]
-[storage nx_contacts_remote]
-type = "carddav"
-url = "https://nx.gzr.im/"
-username = "robert"
-password.fetch = ["shell", "rbw get bd753459-7a32-4876-b2fa-c082d59f6845"]
-
-# PAIRS
-[pair mailfence_calendars]
-a = "calendar_local"
-b = "mailfence_calendar_remote"
-collections = null
-metadata = ["displayname", "color"]
-conflict_resolution = ["command", "nvim", "-d"]
-
-[pair gandi_tasks]
-a = "tasks_local"
-b = "gandi_tasks_remote"
-collections = null
-metadata = ["displayname", "color"]
-conflict_resolution = ["command", "nvim", "-d"]
-
-[pair mailfence_contacts]
-a = "contacts_local"
-b = "mailfence_contacts_remote"
-collections = [["personal", "personal", "contacts"]]
-# Synchronize the "display name" property into a local file (~/.contacts/displayname).
-metadata = ["displayname"]
-conflict_resolution = ["command", "nvim", "-d"]
-
-# [pair nx_calendars]
-# a = "calendar_local"
-# b = "nx_calendar_remote"
-# collections = null
-# metadata = ["displayname", "color"]
-# conflict_resolution = ["command", "nvim", "-d"]
-
-# [pair nx_tasks]
-# a = "tasks_local"
-# b = "nx_tasks_remote"
-# collections = null
-# metadata = ["displayname", "color"]
-# conflict_resolution = ["command", "nvim", "-d"]
-
-# [pair nx_contacts]
-# a = "contacts_local"
-# b = "nx_contacts_remote"
-# collections = [["personal", "personal", "contacts"]]
-# # Synchronize the "display name" property into a local file (~/.contacts/displayname).
-# metadata = ["displayname"]
-# conflict_resolution = ["command", "nvim", "-d"]