mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
d579633ff9
* khal: fix contact integration - Add tests for contact+khal - Make options `color`/`priority` available for contact accounts * khal: add separate calendar for each contact collection A contact account may have multiple VCARD collections, but Khal doesn't search recursively. Collection folder names must be hardcoded, and each has its own calendar. - Add khal.collections option for contact accounts - Default to previous setup for accounts with a single collection - Add tests * khal: specify how priority is defined by Khal See https://khal.readthedocs.io/en/latest/configure.html
47 lines
839 B
Text
47 lines
839 B
Text
[calendars]
|
|
[[test]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/cal/test/
|
|
readonly = True
|
|
priority=10
|
|
type=calendar
|
|
|
|
|
|
|
|
[[testcontacts-automaticallyCollected]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontacts/automaticallyCollected
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[[testcontacts-default]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontacts/default
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[[testcontactsNoCollections]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontactsNoCollections/
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[default]
|
|
default_calendar=test
|
|
highlight_event_days=true
|
|
timedelta=5d
|
|
|
|
[locale]
|
|
dateformat=%x
|
|
datetimeformat=%c
|
|
firstweekday=0
|
|
longdateformat=%x
|
|
longdatetimeformat=%c
|
|
timeformat=%X
|
|
unicode_symbols=true
|
|
weeknumbers=off
|
|
|
|
[view]
|
|
agenda_event_format={calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{reset}
|