X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/10f7eb47b94df348b8bc18fe51ad1302b6664054..2b4888e4a7a40ec60ec9c876c54d4eab6dbb4c32:/Controller/CalendarController.php diff --git a/Controller/CalendarController.php b/Controller/CalendarController.php index 40da028..7b61e9e 100644 --- a/Controller/CalendarController.php +++ b/Controller/CalendarController.php @@ -135,7 +135,10 @@ class CalendarController extends DefaultController { /** * List all sessions for the organizer * - * @desc Display all sessions for the user with an application or login form + * Display all sessions for the user with an application or login form + * + * @todo Fetch all google calendar and let user select one + * @todo Then save the calendar fucking id in database ??? with token infos !!! * * @param Request $request The request instance * @@ -199,7 +202,7 @@ class CalendarController extends DefaultController { //With valid token } else { //Retrieve cache object - $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['cache']['directory']); + $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['path']['cache']); //Retrieve calendars $cacheCalendars = $cache->getItem('calendars');