This commit is contained in:
2026-05-06 08:41:06 +02:00
parent 8f0674b6c2
commit 3d98c9ec9c
38 changed files with 87867 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
[general]
status_path = "~/.local/share/vdirsyncer/status/"
# ──────────────── KALENDER ────────────────
[pair mailbox_calendar]
a = "mailbox_cal_remote"
b = "mailbox_cal_local"
collections = ["from a", "from b"]
conflict_resolution = "a wins"
metadata = ["displayname", "color"]
[storage mailbox_cal_remote]
type = "caldav"
url = "https://dav.mailbox.org/caldav/Y2FsOi8vMC8zMg"
username = "minitux@mailbox.org"
password.fetch = ["command", "cat", "/home/hans/.config/vdirsyncer/mailbox_apppassword"]
[storage mailbox_cal_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/calendars/"
fileext = ".ics"
# ──────────────── AUFGABEN (VTODO) ────────────────
[pair mailbox_tasks]
a = "mailbox_tasks_remote"
b = "mailbox_tasks_local"
collections = ["from a", "from b"]
conflict_resolution = "a wins"
[storage mailbox_tasks_remote]
type = "caldav"
url = "https://dav.mailbox.org/caldav/MzU"
username = "minitux@mailbox.org"
password.fetch = ["command", "cat", "/home/hans/.config/vdirsyncer/mailbox_apppassword"]
[storage mailbox_tasks_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/tasks/"
fileext = ".ics"