UWFlow / rmc

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

[FLOW-7] Issue #274: Fixed Google Calendar export #335

Closed bobqywei closed 5 years ago

bobqywei commented 5 years ago

From #274 . Previously only initial export to GCal worked. Subsequent exports would not update GCal with new changes to calendar. Small change from http to webcal protocol fixes the icalendar import. Ex:

Old link: https://calendar.google.com/calendar/r?cid=http://uwflow.com/schedule/ical/5P660SWH2.ics New link: https://calendar.google.com/calendar/r?cid=webcal://www.uwflow.com/schedule/ical/5P660SWH2.ics

AyushK1 commented 5 years ago

👍