diff options
Diffstat (limited to '.config/khal')
-rw-r--r-- | .config/khal/config | 15 |
1 files changed, 15 insertions, 0 deletions
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 |