xzebra / unizar-calendar

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

Export to ICS format #32

Closed xzebra closed 3 years ago

xzebra commented 3 years ago

ICS format supports RDATE field. This would in theory allow users to modify easily the events descriptions in Google Calendar, as they would belong to only one event.

With the current implementation in CSV, it is required to generate another calendar in order to change all the descriptions or names of the same event, because CSV treats them as separate events.