You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
AaronC81
changed the title
Links in calendar event descriptions aren't linkified
URLs in calendar event descriptions aren't linkified
May 14, 2021
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.
The text was updated successfully, but these errors were encountered: