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.
DESCRIPTION
1 parent 54ea810 commit 4819eefCopy full SHA for 4819eef
1 file changed
docs/tools/meeting_dates.py
@@ -93,8 +93,8 @@ def generate_ics(app, exception):
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",
96
- "URL:https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
97
- "DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
+ "DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1"
+ "\\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
98
"END:VEVENT",
99
]
100
lines += ["END:VCALENDAR"]
0 commit comments