UWFlow / rmc

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

Do not add www. in webcal: link #346

Closed dshynkev closed 5 years ago

dshynkev commented 5 years ago

Our certificate is not valid for www.uwflow.com (known issue: #320). As a result, webcal: links that reference that hostname will not work if the client enforces proper security, like Apple Calendar seems to do. This is likely the cause of #343 and similar reports. Stripping off the www. prefix fixes the issue in Apple Calendar in my testing. Of course, we should eventually take care of the certificate issue as well.

bobqywei commented 5 years ago

Looks good, but yeah we should look into the certificate issue later.

AyushK1 commented 5 years ago

:+1: