fix broken ics export #2

Merged
valentin merged 2 commits from dev into main 2024-04-20 12:38:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b1556643de - Show all commits

View File

@ -42,7 +42,7 @@ def to_calendar(etudiant, periode):
event.add("categories", "COLLE-" + str(rotation.creneau.matiere))
description = "Groupes: {','.join(str(groupe) for groupe in rotation.groupes.all())}"
event.add(description)
event.add("description", description)
organizer = vCalAddress("mailto:unknown@mp2i-vms.fr")
organizer.params["cn"] = vText(str(rotation.creneau.colleur))