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 37cb46b commit 1d95d60Copy full SHA for 1d95d60
docs/tools/meeting_dates.py
@@ -93,7 +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
- f"URL:https://arewemeetingyet.com/UTC/{date.isoformat()}/{hour}:00/Python Docs WG meeting",
+ "DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
97
+ " \\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
98
"END:VEVENT",
99
]
100
lines += ["END:VCALENDAR"]
0 commit comments