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
+23
View File
@@ -0,0 +1,23 @@
[calendars]
[[mailbox_kalender]]
path = ~/.local/share/vdirsyncer/calendars/*
type = discover
[[mailbox_aufgaben]]
path = ~/.local/share/vdirsyncer/tasks/*
type = discover
[default]
default_calendar = mailbox_kalender
highlight_event_days = True
show_todos = True
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdateformat = %A, %d. %B %Y
longdatetimeformat = %A, %d. %B %Y %H:%M
longtimeformat = %H:%M
firstweekday = 0
+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"