format(DateTimeImmutable::ATOM); $to = $endDate->format(DateTimeImmutable::ATOM); $response = $this->provider->getObjects("{$calendar}/calendar/calendarView?startDateTime={$from}&endDateTime={$end}"); dump($response); return $response; } }