vdirsyncer: Use displayname

I finally discovered that after running `vdirsyncer metasync`, the
displayname cane be used.
nazuna
Simon Bruder 2022-10-24 10:37:05 +02:00
parent d734d3b239
commit df1aa459be
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ let
contactsBasePath = "${config.xdg.dataHome}/contacts";
calendarBasePath = "${config.xdg.dataHome}/calendar";
personalCalendarUuid = "bda1b0cb-994c-366c-e1fe-de646c26e337";
personalContactsUuid = "d6abd3ea-3abd-7550-9f24-f06293d36a82";
fetchCommand = command:
@ -102,7 +101,7 @@ in
"khal/config".text = /* toml */ ''
[default]
default_calendar = ${personalCalendarUuid}
default_calendar = personal
[calendars]