Skip to content
Amanda Hickman edited this page Dec 4, 2019 · 4 revisions

If you're looking for examples of Khal configuration files, you can search for them on GitHub. If you have an example to share, link to it below. Additional information can be found on the official khal configuration documentation.

[calendars]

[[CalendarOne]]
path = ~/.calendars/calendar_one/calendar
type = calendar
color = light green

[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M

[highlight_days]
multiple = yellow

[default]
highlight_event_days = True

[view]
frame = top
event_view_always_visible = True
agenda_event_format = {calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{description-separator}{location}{reset}
Clone this wiki locally