Add back the $from and $to params, defining them to be what should be a span of 8 days
continuous-integration/drone/pr Build encountered an error Details

We can go over, since items will for sure not be duplicated with the dedupe in place.
This commit is contained in:
Robert Miles 2020-09-26 19:30:35 +00:00
parent 7e19179fcc
commit b5992444e8
1 changed files with 2 additions and 0 deletions

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) {