Fix duplication of ICS events and make TTT only show up on the last Sunday of each month #12

Merged
deepend merged 2 commits from :master into master 2020-09-27 02:15:47 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b5992444e8 - Show all commits

View File

@ -1,4 +1,6 @@
<?php
$from = gmdate("Y-m-d\T00:00:00\Z",strtotime("today"));
$to = gmdate("Y-m-d\T00:00:00\Z",strtotime("today + 8 days"));
include 'schedule.php';
function ics_formatdate($date) {