This commit is contained in:
Valentin Moguérou 2024-04-20 14:45:52 +02:00
parent 214abf1f43
commit b81c70519b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def to_calendar(etudiant, periode):
event.add("organizer", organizer)
for e in rotation.groupe_effectif():
attendee = vCalAddress("mailto:{emailize(e.nom, prenom=e.prenom)}")
attendee = vCalAddress(f"mailto:{emailize(e.nom, prenom=e.prenom)}")
attendee.params["cn"] = vText(str(e))
attendee.params["role"] = vText("Etudiant")