main ← fix/ics-post-url-in-description
opened 05:38PM - 23 Mar 26 UTC
When events are exported to ICS, the post URL was no longer included in the DESC…RIPTION field. This regressed when the ICS template was updated to use IcalEncoder for RFC 5545 compliance — the old code called PrettyText.format_for_email which triggered a reduce_cooked hook that embedded the post link, but the new code only used the raw post excerpt.
Append the post's full URL to the DESCRIPTION field so calendar entries link back to the originating Discourse topic.
https://meta.discourse.org/t/399015