From a082d60a07e1ff1e4eb31d052b07879e975c38cb Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 6 Dec 2022 15:27:59 +0100 Subject: [PATCH] mail: Add khal configuration Added configuration of khal calendar, making use of the previously set up vdirsyncer configuration. It will dump calendar events into the specified folder in documents, which will in turn be picked up by khal and displayed. Any creations/edits can be synced back to the remote Caldav server with vdirsyncer. --- mail/.config/khal/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mail/.config/khal/config diff --git a/mail/.config/khal/config b/mail/.config/khal/config new file mode 100644 index 0000000..ec4264d --- /dev/null +++ b/mail/.config/khal/config @@ -0,0 +1,16 @@ +[calendars] + +[[calendar_local]] +path = ~/documents/calendars/* +type = discover +color = auto + +[locale] +timeformat = %H:%M +dateformat = %Y-%m-%d +longdateformat = %Y-%m-%d +datetimeformat = %Y-%m-%d %H:%M +longdatetimeformat = %Y-%m-%d %H:%M + +[default] +default_calendar = Activities