blob: 832976d992a1334f7b84095a9977900ccbde28d4 (
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/private/
    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
 |