Skip to content

Commit 1d95d60

Browse files
Add agenda and Discord event to iCal (#187)
1 parent 37cb46b commit 1d95d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tools/meeting_dates.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def generate_ics(app, exception):
9393
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
9494
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
9595
"SUMMARY:Python Docs WG",
96-
f"URL:https://arewemeetingyet.com/UTC/{date.isoformat()}/{hour}:00/Python Docs WG meeting",
96+
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
97+
" \\nDiscord event: https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
9798
"END:VEVENT",
9899
]
99100
lines += ["END:VCALENDAR"]

0 commit comments

Comments
 (0)