From 2ed77c1030038231e9944eaabe310cb59927fd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sun, 13 Jul 2025 02:07:01 +0200 Subject: [PATCH 1/6] removing timezone from calendars --- calendars/graphblas.yaml | 9 ++++----- calendars/networkx.yaml | 7 +++---- calendars/podcast.yaml | 5 ++--- calendars/sparse-array.yaml | 3 +-- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/calendars/graphblas.yaml b/calendars/graphblas.yaml index fa958f38..ec640d00 100644 --- a/calendars/graphblas.yaml +++ b/calendars/graphblas.yaml @@ -1,5 +1,4 @@ name: GraphBLAS Community Calendar -timezone: America/Los_Angeles events: - summary: Python-graphblas Community Call description: | @@ -14,8 +13,8 @@ events: Zoom meeting ID: 972 6723 4756 Zoom meeting passcode: 584468 - begin: 2023-08-16 07:00:00 - end: 2023-08-16 08:00:00 + begin: 2023-08-16 14:00:00 + end: 2023-08-16 15:00:00 url: https://anaconda.zoom.us/j/97267234756?pwd=Q00wSjE2dDV6NmF3eFBZSFBtVDFSQT09 repeat: interval: @@ -31,7 +30,7 @@ events: Zoom meeting ID: 160 627 7061 Zoom meeting passcode: 677995 - begin: 2023-09-08 09:00:00 - end: 2023-09-08 10:00:00 + begin: 2023-09-08 16:00:00 + end: 2023-09-08 17:00:00 url: https://mitll.zoomgov.com/j/1606277061?pwd=YUdEZGlkV1lCbUlITEhaak9MdTJvUT09 ics: RRULE:FREQ=MONTHLY;BYDAY=2FR diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 4f28a0c2..06fcb37b 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -1,5 +1,4 @@ name: NetworkX Community Calendar -timezone: America/New_York events: - summary: NetworkX Community Call description: | @@ -7,7 +6,7 @@ events: Meeting link: https://colgate.zoom.us/j/92619161786 Meeting notes: https://hackmd.io/ea2IhUuqSrG4kM9tokXuEw - begin: 2025-05-29 12:00:00 + begin: 2025-05-29 16:00:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 repeat: @@ -23,7 +22,7 @@ events: Meeting notes: https://hackmd.io/rqs_pWMxSLmICXCpI3w-Ug Zoom meeting ID: 941 9287 4965 Zoom meeting passcode: 572126 - begin: 2025-02-25 11:30:00 + begin: 2025-02-25 15:30:00 duration: { minutes: 60 } url: https://anaconda.zoom.us/j/94192874965?pwd=K0wvcmhXem41ZlVSQ2l4TXlUaDgxdz09 ics: RRULE:FREQ=MONTHLY;BYDAY=1TU;INTERVAL=1 @@ -34,7 +33,7 @@ events: Meeting link: https://colgate.zoom.us/j/281534728 Meeting notes: https://hackmd.io/tF0saJhyQ2i25e8tWiBrmw - begin: 2025-05-15 13:00:00Z + begin: 2025-05-15 13:00:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/281534728 repeat: diff --git a/calendars/podcast.yaml b/calendars/podcast.yaml index 7a5fddc0..fb0ddc1a 100644 --- a/calendars/podcast.yaml +++ b/calendars/podcast.yaml @@ -1,10 +1,9 @@ name: Podcast Calendar -timezone: America/Los_Angeles events: - summary: Another Open Source Podcast description: | A podcast about open source! Join us for discussions on open source events, documentation, developer testimonies, mentorship programs and more." - begin: 2024-05-10 11:00:00 - end: 2024-05-10 12:00:00 + begin: 2024-05-10 18:00:00 + end: 2024-05-10 19:00:00 url: https://discord.gg/X3fpKzKf diff --git a/calendars/sparse-array.yaml b/calendars/sparse-array.yaml index 0a77374a..3e3bf31b 100644 --- a/calendars/sparse-array.yaml +++ b/calendars/sparse-array.yaml @@ -1,11 +1,10 @@ name: Sparse Arrays WG -timezone: America/Los_Angeles events: - summary: Sparse Array Work Session description: | Meeting Link: https://meet.google.com/jrp-qgcf-nxh Meeting notes: https://hackmd.io/9UCjKdRUTEeoS8KdQNll-A - begin: 2024-01-08 11:00:00 + begin: 2024-01-08 18:00:00 duration: { minutes: 60 } url: https://meet.google.com/jrp-qgcf-nxh repeat: From 24c13fd7d29226a73ff89aaa745858ff6598835e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 29 Jul 2025 08:57:43 -0700 Subject: [PATCH 2/6] Trying to workaround netlify error --- calendars/sparse-array.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendars/sparse-array.yaml b/calendars/sparse-array.yaml index 3e3bf31b..00da1b80 100644 --- a/calendars/sparse-array.yaml +++ b/calendars/sparse-array.yaml @@ -5,7 +5,7 @@ events: Meeting Link: https://meet.google.com/jrp-qgcf-nxh Meeting notes: https://hackmd.io/9UCjKdRUTEeoS8KdQNll-A begin: 2024-01-08 18:00:00 - duration: { minutes: 60 } + end: 2024-01-08 19:00:00 url: https://meet.google.com/jrp-qgcf-nxh repeat: interval: From 3886e0192b1ed63b4947a2f64f1561186e710712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 29 Jul 2025 11:26:11 -0700 Subject: [PATCH 3/6] Transfering exception date to UTC, too --- calendars/sparse-array.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendars/sparse-array.yaml b/calendars/sparse-array.yaml index 00da1b80..be12b01e 100644 --- a/calendars/sparse-array.yaml +++ b/calendars/sparse-array.yaml @@ -12,6 +12,6 @@ events: days: 14 until: 2025-12-31 00:00:00 except_on: - - 2024-09-02 11:00:00 + - 2024-09-02 18:00:00 also_on: - - 2024-08-26 11:00:00 + - 2024-08-26 18:00:00 From 91d1fd30b7b4638acb9277b5f67f92faa7e1ce8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 29 Jul 2025 11:50:16 -0700 Subject: [PATCH 4/6] DEBUG: try with upstream fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5f2b47b..c70e0350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pre-commit==4.3.0 -yaml2ics==0.2 +yaml2ics @ git+https://github.com/bsipocz/yaml2ics@b04ca6be8588ac8c4792e838a0d556f1a98e6a6b From 6cac24312a3b2f1e75106db5c52a8c884725eb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 29 Jul 2025 12:16:02 -0700 Subject: [PATCH 5/6] One more timezone fix for the nx calendars --- calendars/networkx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 06fcb37b..d6491404 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -39,4 +39,4 @@ events: repeat: interval: days: 7 - until: 2026-12-31 00:00:00 +00:00 + until: 2026-12-31 00:00:00 From 840eba77b2e2d200762dad694619373c41527ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 29 Jul 2025 12:40:24 -0700 Subject: [PATCH 6/6] DEBUG: try a new new version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c70e0350..5d324222 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pre-commit==4.3.0 -yaml2ics @ git+https://github.com/bsipocz/yaml2ics@b04ca6be8588ac8c4792e838a0d556f1a98e6a6b +yaml2ics @ git+https://github.com/bsipocz/yaml2ics@17dc6c7267f428d16eac02510c3af4afc61e7063