summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php')
-rwxr-xr-xmodules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php b/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php
index ffbca17f..60561586 100755
--- a/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php
+++ b/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php
@@ -157,8 +157,8 @@ class CourseBackend_Exchange extends CourseBackend
*/
protected function fetchSchedulesInternal($requestedRoomIds)
{
- $startDate = new DateTime('today 0:00');
- $endDate = new DateTime('+7 days 0:00');
+ $startDate = new DateTime('last Monday 0:00');
+ $endDate = new DateTime('+14 days 0:00');
$client = $this->getClient();
$schedules = [];