Skip to content
Open
Changes from all commits
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",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The agenda shows up in Google Calendar but not the URL:

Image

https://docs-community--187.org.readthedocs.build/docs-community-meetings.ics

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, in my calendar app it displays two fields:

IMG_3253

I think I might just move both to description then.

"END:VEVENT",
]
lines += ["END:VCALENDAR"]
Expand Down
Loading