blob: bc1641c539baab5de36ea285a2049521c54afa03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[calendars]
[[private]]
path = ~/.calendars/private/
color = light green
[[work]]
path = ~/.calendars/job/
color = light red
[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
|