From 54ea810d4aefcf33361cd086d54fb16c4e042eb5 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sat, 28 Mar 2026 13:05:38 +0100 Subject: [PATCH] Add agenda and Discord event to iCal --- docs/tools/meeting_dates.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tools/meeting_dates.py b/docs/tools/meeting_dates.py index b0be525..b5f6ca9 100644 --- a/docs/tools/meeting_dates.py +++ b/docs/tools/meeting_dates.py @@ -93,7 +93,8 @@ def generate_ics(app, exception): f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}", f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}", "SUMMARY:Python Docs WG", - f"URL:https://arewemeetingyet.com/UTC/{date.isoformat()}/{hour}:00/Python Docs WG meeting", + "URL:https://discord.gg/yhvN2ECXSM?event=1389130476555337908", + "DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1", "END:VEVENT", ] lines += ["END:VCALENDAR"]