From 7e19179fcca5c96065e0f9693cb74f62ec3d1331 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sat, 26 Sep 2020 19:23:48 +0000 Subject: [PATCH 1/2] Fix duplication of ICS events and make TTT only show up on the last Sunday of each month --- schedule/ics.php | 66 +++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 26 deletions(-) diff --git a/schedule/ics.php b/schedule/ics.php index 2b09bae..fca7d62 100644 --- a/schedule/ics.php +++ b/schedule/ics.php @@ -1,6 +1,4 @@ Date: Sat, 26 Sep 2020 19:30:35 +0000 Subject: [PATCH 2/2] Add back the $from and $to params, defining them to be what should be a span of 8 days We can go over, since items will for sure not be duplicated with the dedupe in place. --- schedule/ics.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schedule/ics.php b/schedule/ics.php index fca7d62..1c12f77 100644 --- a/schedule/ics.php +++ b/schedule/ics.php @@ -1,4 +1,6 @@