Open AaronC81 opened 4 years ago
@AaronC81 this appears to be fixed in the live version of the website, can you confirm? Also do you know which commit fixed this?
This particular issue isn't fixed yet. The home-page calendar does respect HTML formatting, so if an event description contains an <a>
tag then it'll be clickable on the site. But if it just contains a plain-text unformatted link, Google Calendar shows this as a clickable link, but our embed won't.
Ah noted, thanks for the update.
Would this not be better solved in https://github.com/HackSoc/calendar-api given it can use a ruby library to do this in the middle, less work for the client etc.?
If a calendar event description contains a URL, it isn't converted into a clickable link by the calendar on the home page. This is a regression from Google Calendar's embed.