blob: 51acd227acc5ecd0a3ff87c21c4ee52e520c28a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[calendars]
[[private]]
path = ~/.calendars/private/
color = light green
[[work]]
path = ~/.calendars/work/
color = light red
[[holidays]]
path = ~/.calendars/holidays/
color = light blue
[locale]
encoding=utf-8
local_timezone= Europe/Berlin
default_timezone= Europe/Berlin
timeformat= %H:%M
dateformat= %y-%m-%d
longdateformat= %Y-%m-%d
datetimeformat= %y-%m-%d %H:%M
longdatetimeformat= %Y-%m-%d %H:%M
unicode_symbols=False
|