From cca1e1f30e713018035c6960761476320ae9b397 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Thu, 12 Aug 2021 17:11:53 +0200
Subject: [PATCH] Add todo

---
 Controller/CalendarController.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
 	 *
-- 
2.41.3