Added past events to ical proxy
This commit is contained in:
parent
30d7517b54
commit
6c440982ba
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ if (isset($matrnr) && isset($passwd)) {
|
|||
|
||||
/* request calendar */
|
||||
$calParams = array(
|
||||
'startdt' => strftime('%d.%m.%Y'),
|
||||
'enddt' => strftime('%d.%m.%Y', time() + 6*31*24*60*60) /* halbes Jahr == ein Semester */
|
||||
'startdt' => strftime('%d.%m.%Y', time() - 7*24*60*60), /* eine Woche Vergangenheit */
|
||||
'enddt' => strftime('%d.%m.%Y', time() + 6*31*24*60*60) /* halbes Jahr ZUukunft */
|
||||
);
|
||||
|
||||
$response = curl_request('GET', $baseUrl . $calPath, $cookieFile, $calParams);
|
||||
|
|
Loading…
Add table
Reference in a new issue