46007acbc646a1a7f9618ca248c139b29b1f5a3e
a2faec9a7ee3c8255a55331e247c028eebe3f978
@@ -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 = ''