Remove outlook read only calendar, change name of network events calendar

This commit is contained in:
Evie Litherland-Smith 2023-12-13 09:25:10 +00:00
parent 99e8c441fb
commit 262882ecd8

View file

@ -60,31 +60,13 @@
};
vdirsyncer = {
enable = lib.mkDefault emailConfig.mbsync.enable;
collections = [ "Work" "Network Events" "Operations" ];
collections = [ "Work" "Network" "Operations" ];
};
khal = {
inherit (vdirsyncer) enable;
type = "discover";
};
};
outlook_ro = rec {
inherit local;
remote = {
type = "http";
url =
"https://outlook.office365.com/owa/calendar/57fac11ebefa4d76936bb57c58cea2c0@ukaea.uk/f00cf5046175418c881b15ae1734d35f4235780993826029606/S-1-8-4280276996-1465607807-3846002500-2142210095/reachcalendar.ics";
};
vdirsyncer = {
enable = true;
collections = null;
};
khal = {
inherit (vdirsyncer) enable;
color = "dark blue";
type = "calendar";
readOnly = true;
};
};
};
};
}