Skip to content

Commit a91f76a

Browse files
Don't link to deprecated Discord event in the iCal (#195)
1 parent af5bd36 commit a91f76a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/meeting_dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def generate_ics(app, exception):
9292
f"DTSTAMP:{dt.datetime.now(dt.timezone.utc).strftime('%Y%m%dT%H%M%SZ')}",
9393
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
9494
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
95-
"SUMMARY:Python Docs WG",
95+
"SUMMARY:Python Docs WG monthly meeting",
9696
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
97-
" \\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
97+
" \\nDiscord channel: https://discord.gg/yhvN2ECXSM",
9898
"END:VEVENT",
9999
]
100100
lines += ["END:VCALENDAR"]

0 commit comments

Comments
 (0)