Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/tools/meeting_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def generate_ics(app, exception):
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
"SUMMARY:Python Docs WG",
f"URL:https://arewemeetingyet.com/UTC/{date.isoformat()}/{hour}:00/Python Docs WG meeting",
"URL:https://discord.gg/yhvN2ECXSM?event=1389130476555337908",
"DESCRIPTION:Agenda: https://hackmd.io/@encukou/pydocswg1",
Comment thread
StanFromIreland marked this conversation as resolved.
"END:VEVENT",
]
lines += ["END:VCALENDAR"]
Expand Down
Loading