A Home Assistant calendar card could make the system unresponsive in older Chromium and Safari browsers by repeatedly subscribing to every calendar. A timezone format those browsers do not understand produced an invalid refresh delay, turning the planned midnight update into an immediate loop.

The card only schedules that refresh when the delay is valid and positive. The safeguard stops the runaway requests; it does not add the missing timezone-format support to those browsers.