diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:02:41 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:06:36 +0100 |
commit | 0a49a7a027d6a01b88638043064ae28550f99b46 (patch) | |
tree | ae54aa1081d52e7508bf3ead89f3d1b48773f373 /khal/config | |
parent | 2d86fc88132fe1474b21a1a536d37df8b5c537cf (diff) |
Adds vdirsyncer, khal and khard
All config points working and syncing points to radicale server at this
point.
Diffstat (limited to 'khal/config')
-rw-r--r-- | khal/config | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/khal/config b/khal/config new file mode 100644 index 0000000..91b05b0 --- /dev/null +++ b/khal/config @@ -0,0 +1,29 @@ +[calendars] + +[[radicale]] +path = ~/.calendars/radicale/3c6cbab1-0568-1872-a1e8-bc71501565a9 +color = brown +priority = 10 + +[[home]] +path = ~/.calendars/fastmail/d575ba80-7a6c-4400-86ff-2d09f72b18f1 +color = light blue +priority = 20 + +[[public-holidays]] +path = ~/.calendars/fastmail/65d5ab52-0cac-4c72-b786-0ebbde377b88 +color = light green + +[[google work]] +path = ~/.calendars/fastmail/3e443339-3898-40bb-b1ac-5d3c6aeb4c33 +color = dark red + +[view] +agenda_event_format = "{start-time} {title}" + +[default] +default_calendar = "radicale" + +[locale] +firstweekday = 0 +timeformat = "%H:%M" |