From: Raphaƫl Gertz Date: Thu, 12 Aug 2021 15:11:53 +0000 (+0200) Subject: Add todo X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/6a0e144ebc72186c46b00f52695dc2cc7fedafaa?hp=65346e639022c6d450357b433c7eeed83c0c4b8a Add todo --- diff --git a/Controller/CalendarController.php b/Controller/CalendarController.php index 45cf8b7..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 *