We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5bd36 commit a91f76aCopy full SHA for a91f76a
1 file changed
docs/tools/meeting_dates.py
@@ -92,9 +92,9 @@ def generate_ics(app, exception):
92
f"DTSTAMP:{dt.datetime.now(dt.timezone.utc).strftime('%Y%m%dT%H%M%SZ')}",
93
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
94
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
95
- "SUMMARY:Python Docs WG",
+ "SUMMARY:Python Docs WG monthly meeting",
96
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
97
- " \\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
+ " \\nDiscord channel: https://discord.gg/yhvN2ECXSM",
98
"END:VEVENT",
99
]
100
lines += ["END:VCALENDAR"]
0 commit comments