41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
|
|
[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"
|