Calendar no longer renders links correctly
Calendar no longer renders links correctly
If a link (format:
https://www.example.com
) is typedinto the description field of an event.. the raw html associated with the link is saved to the event insttead.
Event description Output:
<a href="
https://www.example.com
" target="_blank">
https://www.example.com
</a>