Skip to content

Commit 54ea810

Browse files
Add agenda and Discord event to iCal
1 parent 37cb46b commit 54ea810

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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+
"URL:https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
97+
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
9798
"END:VEVENT",
9899
]
99100
lines += ["END:VCALENDAR"]

0 commit comments

Comments
 (0)