From c19d989896c4ff040c0121fde66c62d5f39b068e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 9 Jan 2023 13:04:14 +0100 Subject: [khal+vdirsyncer] add config files --- .config/khal/config | 15 +++++++++++++++ .config/vdirsyncer/config | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .config/khal/config create mode 100644 .config/vdirsyncer/config (limited to '.config') diff --git a/.config/khal/config b/.config/khal/config new file mode 100644 index 0000000..56830e0 --- /dev/null +++ b/.config/khal/config @@ -0,0 +1,15 @@ +[calendars] + +[[calendar_radicale_local]] +path = ~/.local/share/vdirsyncer/storages/calendar_radicale_local/* +type = discover + +[locale] +timeformat = %H:%M +dateformat = %d-%m-%Y +longdateformat = %d-%m-%Y +datetimeformat = %d-%m-%Y %H:%M +longdatetimeformat = %d-%m-%Y %H:%M + +[default] +default_calendar = calendar-personal diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 0000000..e5bff7d --- /dev/null +++ b/.config/vdirsyncer/config @@ -0,0 +1,19 @@ +[general] +status_path = "~/.local/share/vdirsyncer/status" + +[pair calendar_radicale] +a = "calendar_radicale_local" +b = "calendar_radicale_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage calendar_radicale_local] +type = "filesystem" +path = "~/.local/share/vdirsyncer/storages/calendar_radicale_local/" +fileext = ".ics" + +[storage calendar_radicale_remote] +type = "caldav" +url.fetch = ["command", "pass", "radicale/url"] +username.fetch = ["command", "pass" , "radicale/username"] +password.fetch = ["command", "pass" , "radicale/password"] -- cgit v1.2.3