Update the events cache table for infinite events on cron
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3575430. --> Reported by: [andybroomfield](https://www.drupal.org/user/636756) Related to !7 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Follow up to (#3574339).</p> <p>When creating infinite events, these may fall off the view because they are not in the cache table.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Set up infinite events and after 2 years watch them fall off the calendar.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>To fix, these events need to regenerate these dates for the next 2 years at a point in the future.<br> Suggested that this is via a cron task.<br> For performance we probably don't want to do this every cron run, but schedule it for when infinite events are at some point near to when they will run out.</p>
issue