mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
782eed8bb6
- Add `accounts.<calendar|contact>.accounts.<name>.khal.addresses` option to enable new configuration option, "addresses", from khal, which is used for showing participation status [1]. - Remove mistaken new line in khal implementation, refer to [2]. - Make additions to the existing test case to check the new addresses feature. And remove the empty lines in expected configs. [1]: https://khal.readthedocs.io/en/latest/configure.html#the-calendars-section [2]: https://github.com/nix-community/home-manager/pull/5192#pullrequestreview-1975091763
64 lines
1.2 KiB
Text
64 lines
1.2 KiB
Text
[calendars]
|
|
[[test]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/cal/test/
|
|
readonly = True
|
|
color = '#ff0000'
|
|
priority=10
|
|
type=calendar
|
|
|
|
|
|
|
|
[[testWithAddresss]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/cal/testWithAddresss/
|
|
addresses= john.doe@email.com
|
|
priority=10
|
|
type=calendar
|
|
|
|
|
|
|
|
[[testWithMultipleAddresss]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/cal/testWithMultipleAddresss/
|
|
addresses= john.doe@email.com, another.brick@on.the.wall
|
|
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}
|