From a8d9352bfe47763d3578bc21aa37dca12759840b Mon Sep 17 00:00:00 2001 From: Augustin Pasquier Date: Mon, 2 Sep 2024 19:53:31 +0200 Subject: [PATCH] Add ENSSAT FISA IAI1 (#128) * Add ENSSAT FISA IAI1 * Changed projectId for ENSSAT plannings --- assets/plannings.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/assets/plannings.json b/assets/plannings.json index b23284b..099905f 100644 --- a/assets/plannings.json +++ b/assets/plannings.json @@ -10768,6 +10768,34 @@ } ] }, + { + "id": "enssat", + "title": "ENSSAT", + "edts": [ + { + "id": "fisa1", + "title": "FISA1", + "edts": [ + { + "id": "iai1", + "title": "IAI1", + "edts": [ + { + "id": "iai1g1", + "title": "IAI1 G1", + "url": "https://planning.univ-rennes1.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=1488&projectId=2&calType=ical&firstDate={date-start}&lastDate={date-end}" + }, + { + "id": "iai1g2", + "title": "IAI1 G2", + "url": "https://planning.univ-rennes1.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=1499&projectId=2&calType=ical&firstDate={date-start}&lastDate={date-end}" + } + ] + } + ] + } + ] + }, { "id": "iutdenantes", "title": "IUT de Nantes",