From acd3e1ca344496c25936d3f94def32b01f300bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Fri, 8 Aug 2025 10:09:16 -0300 Subject: [PATCH 1/2] Remove SciPy community calendar Since all meetings are being canceled as per https://discuss.scientific-python.org/t/community-meetings/2031/4, remove the SciPy community calendar from the website. --- calendars/scipy.yaml | 67 -------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 calendars/scipy.yaml diff --git a/calendars/scipy.yaml b/calendars/scipy.yaml deleted file mode 100644 index a4ab19d..0000000 --- a/calendars/scipy.yaml +++ /dev/null @@ -1,67 +0,0 @@ -name: SciPy Community Calendar -events: - - summary: SciPy Community Call (Europe/Asia) - description: | - This is the Europe/Asia-friendly meeting. - - Meeting notes: https://hackmd.io/pyhudrC5TgSwdJtpPldHgQ - begin: 2024-11-13 14:00:00 +00:00 - end: 2024-11-13 15:00:00 +00:00 - url: https://us06web.zoom.us/j/6345425936 - repeat: - interval: - # seconds, minutes, hours, days, weeks, months, years - days: 56 - until: 2026-01-01 00:00:00 +00:00 - - - summary: SciPy Community Call (Americas) - description: | - This is the Americas-friendly meeting. - - Meeting notes: https://hackmd.io/pyhudrC5TgSwdJtpPldHgQ - begin: 2024-12-11 20:00:00 +00:00 - end: 2024-12-11 21:00:00 +00:00 - url: https://us06web.zoom.us/j/6345425936 - repeat: - interval: - # seconds, minutes, hours, days, weeks, months, years - days: 56 - until: 2026-01-01 00:00:00 +00:00 - - - summary: Monthly SciPy New Contributor Meeting (Europe/Asia) - description: | - The monthly call for new contributors to SciPy 🎉 - - This is the Europe/Asia-friendly meeting. - - All are welcome. - - Meeting notes: https://hackmd.io/@melissawm/H15ahr5wq - - begin: 2024-10-18 12:00:00 +00:00 - end: 2024-10-18 13:00:00 +00:00 - url: https://us06web.zoom.us/j/89085469494?pwd=dVFwK3dVczRyRUowZWZkckFtTmloUT09 - repeat: - interval: - # seconds, minutes, hours, days, weeks, months, years - days: 56 - until: 2026-01-01 00:00:00 +00:00 - - - summary: Monthly SciPy New Contributor Meeting (Americas) - description: | - The monthly call for new contributors to SciPy 🎉 - - This is the Americas-friendly meeting. - - All are welcome. - - Meeting notes: https://hackmd.io/@melissawm/H15ahr5wq - - begin: 2023-03-03 20:00:00 +00:00 - end: 2023-03-03 21:00:00 +00:00 - url: https://us06web.zoom.us/j/84441463701?pwd=Wtsa0aLa251coic5f3ka8aZD1uwnd2.1 - repeat: - interval: - # seconds, minutes, hours, days, weeks, months, years - days: 56 - until: 2026-01-01 00:00:00 +00:00 From 4ad61d3bb8548307c1ba5bace37ec23cdd08b013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Fri, 8 Aug 2025 15:21:49 -0300 Subject: [PATCH 2/2] Add empty SciPy calendar file --- calendars/scipy.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 calendars/scipy.yaml diff --git a/calendars/scipy.yaml b/calendars/scipy.yaml new file mode 100644 index 0000000..eab2245 --- /dev/null +++ b/calendars/scipy.yaml @@ -0,0 +1 @@ +name: SciPy Community Calendar