blob: 4f60ad566e5381269e2dac37683d901602a74a5b (
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
|
[calendars]
[[private]]
path = ~/.calendars/personal/
color = light green
[[work]]
path = ~/.calendars/work/
color = light red
[[holidays]]
path = ~/.calendars/holidays/
color = light blue
[locale]
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
|