all repos — mycal @ 46007acbc646a1a7f9618ca248c139b29b1f5a3e

private calendar anonymiser

fetch calendar as background task

Alan Pearce
commit

46007acbc646a1a7f9618ca248c139b29b1f5a3e

parent

a2faec9a7ee3c8255a55331e247c028eebe3f978

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -176,6 +176,14 @@ Default timezone for the calendar.
''; }; + update_interval = mkOption { + type = types.int; + default = 3600; + description = '' + Interval in seconds between calendar cache updates. + ''; + }; + calendars = mkOption { default = [ ]; description = ''