Update parse_colles.py

Changed the organizer name to "Groupe N"
This commit is contained in:
Marsisus 2024-10-12 16:17:35 +02:00 committed by GitHub
parent f4826aad0c
commit bd29407bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ def create_colloscope(groupe:int, timezone:str = "Europe/Paris"):
e.duration = ({'hours': 1}); e.duration = ({'hours': 1});
e.location = f"{room} - Saint-Louis" e.location = f"{room} - Saint-Louis"
e.description = f"Professeur: {professor}\nSalle: {room}\nMatière : {matière}" e.description = f"Professeur: {professor}\nSalle: {room}\nMatière : {matière}"
e.organizer = "Simon Lancelin" e.organizer = f"Groupe {groupe}"
e.alarms = [] e.alarms = []
c.events.add(e) c.events.add(e)