From 3f9d18209aa4b093bc7789a22c48d4b30739ddb2 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:07:30 +0530 Subject: [PATCH 1/5] Update networkx.yaml --- calendars/networkx.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 3561d51..40406b6 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -25,7 +25,7 @@ events: Zoom meeting passcode: 572126 begin: 2025-02-25 11:30:00 duration: { minutes: 60 } - url: https://anaconda.zoom.us/j/94192874965?pwd=K0wvcmhXem41ZlVSQ2l4TXlUaDgxdz09 + url: https://colgate.zoom.us/j/92619161786 repeat: interval: days: 7 @@ -37,7 +37,8 @@ events: Meeting link: https://colgate.zoom.us/j/281534728 Meeting notes: https://hackmd.io/BkTLclPh0 - begin: 2025-02-14 15:30:00Z + timezone: Etc/UTC + begin: 2025-02-14 15:30:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/281534728 repeat: From 1d2b4a7fb19fb227263dbf662987cec0be2bad3a Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:12:02 +0530 Subject: [PATCH 2/5] specified timeszones for each meeting --- calendars/networkx.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 40406b6..6f9174d 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,6 +6,7 @@ events: Meeting link: https://colgate.zoom.us/j/92619161786 Meeting notes: https://hackmd.io/ea2IhUuqSrG4kM9tokXuEw + timezone: America/New_York begin: 2025-02-28 11:00:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 @@ -23,6 +23,7 @@ events: Meeting notes: https://hackmd.io/rqs_pWMxSLmICXCpI3w-Ug Zoom meeting ID: 941 9287 4965 Zoom meeting passcode: 572126 + timezone: America/New_York begin: 2025-02-25 11:30:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 From 827d0be0e395ab6f9e3094c0dee677fd9e1dbcc4 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:17:27 +0530 Subject: [PATCH 3/5] i don't think different timezones can be set for different meetings in a single calendar as i was getting ci failures --- calendars/networkx.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 6f9174d..b1b62e9 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -1,4 +1,5 @@ name: NetworkX Community Calendar +timezone: America/New_York events: - summary: NetworkX Community Call description: | @@ -6,7 +7,6 @@ events: Meeting link: https://colgate.zoom.us/j/92619161786 Meeting notes: https://hackmd.io/ea2IhUuqSrG4kM9tokXuEw - timezone: America/New_York begin: 2025-02-28 11:00:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 @@ -23,7 +23,6 @@ events: Meeting notes: https://hackmd.io/rqs_pWMxSLmICXCpI3w-Ug Zoom meeting ID: 941 9287 4965 Zoom meeting passcode: 572126 - timezone: America/New_York begin: 2025-02-25 11:30:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 @@ -38,8 +37,7 @@ events: Meeting link: https://colgate.zoom.us/j/281534728 Meeting notes: https://hackmd.io/BkTLclPh0 - timezone: Etc/UTC - begin: 2025-02-14 15:30:00 + begin: 2025-02-14 10:30:00 duration: { minutes: 60 } url: https://colgate.zoom.us/j/281534728 repeat: From cd9d4bbd96766ce2969c7ed3d2de51ca2b8fa558 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:21:02 +0530 Subject: [PATCH 4/5] rm traces of UTC --- calendars/networkx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index b1b62e9..9ee88e8 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -43,4 +43,4 @@ events: repeat: interval: days: 7 - until: 2026-12-31 00:00:00 +00:00 + until: 2026-12-31 00:00:00 From ced428b8d0cc0dde2c32853201f80ff5d27ad925 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Wed, 26 Feb 2025 02:30:36 +0530 Subject: [PATCH 5/5] just trying smthing -- adding "Z" --- calendars/networkx.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calendars/networkx.yaml b/calendars/networkx.yaml index 9ee88e8..b8dda86 100644 --- a/calendars/networkx.yaml +++ b/calendars/networkx.yaml @@ -7,7 +7,7 @@ events: Meeting link: https://colgate.zoom.us/j/92619161786 Meeting notes: https://hackmd.io/ea2IhUuqSrG4kM9tokXuEw - begin: 2025-02-28 11:00:00 + begin: 2025-02-28 11:00:00Z duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 repeat: @@ -23,7 +23,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 11:30:00Z duration: { minutes: 60 } url: https://colgate.zoom.us/j/92619161786 repeat: @@ -37,10 +37,10 @@ events: Meeting link: https://colgate.zoom.us/j/281534728 Meeting notes: https://hackmd.io/BkTLclPh0 - begin: 2025-02-14 10:30:00 + begin: 2025-02-14 15:30:00Z duration: { minutes: 60 } url: https://colgate.zoom.us/j/281534728 repeat: interval: days: 7 - until: 2026-12-31 00:00:00 + until: 2026-12-31 00:00:00 +00:00