UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Add PRODID and VERSION to .ics exports #344

Closed dshynkev closed 5 years ago

dshynkev commented 5 years ago

This change is needed to conform to RFC 5545, which requires:

Property Name: PRODID Conformance: The property MUST be specified once in an iCalendar object.

Property Name: VERSION Conformance: This property MUST be specified once in an iCalendar object.

My hope is that this is also what caused #343, but I do not have access to iCal to check.

AyushK1 commented 5 years ago

looks good :+1: