xzebra / unizar-calendar

Schedule generator for Unizar classes
https://xzebra.github.io/unizar-calendar/
MIT License
8 stars 0 forks source link

Gcal export uses commas for csv #4

Open xzebra opened 3 years ago

xzebra commented 3 years ago

This could mess up the descriptions that contains commas, as we are currently using the semicolon as separator.

xzebra commented 3 years ago

The most user-friendly solution is to escape them.

Also, when generating the CSV client side, we are assuming no semicolons are used in the description or names.