From 01155365d43107a9df3bec81143a2eb3d0b3da3c Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Thu, 23 Jul 2026 21:13:38 -0400 Subject: [PATCH] Update CNCF calendar references We can use the new LFX Platform ics link Signed-off-by: Kingdon Barrett --- hack/import-calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/import-calendar.py b/hack/import-calendar.py index d099abfad..048bae2a8 100755 --- a/hack/import-calendar.py +++ b/hack/import-calendar.py @@ -27,7 +27,7 @@ import urllib3 import yaml -CAL_URL = 'https://lists.cncf.io/g/cncf-flux-dev/ics/9524119/1081862612/feed.ics' +CAL_URL = 'https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IfTjDQAV' TOP_LEVEL_DIR = os.path.realpath( os.path.join(os.path.dirname(__file__), '..'))