I encountered this issue when creating an event whose title is "Début stage".
The line in cause is the 206th from the file /site-packages/swingtime/models.py when the occurrence is outputted as string.
/site-packages/swingtime/models.py
204 #---------------------------------------------------------------------------
205 def str(self):
206 return '{}: {}'.format(self.title, self.start_time.isoformat())