I am using the Icalendar tag to insert calendar events from a Cold Fusion
application into the Outlook calendar. This all works fine but if a User
formats the description to this item with HTML then the HTML code shows up as
plain text in the Outlook calendar. I have tried to wrap the variable with
HTMLCodeFormat as follows: #HTMLCodeFormat(GetiCalInfo.description)# However
this is what shows up in Outlook <PRE>&amp;lt;OL&amp;gt;
&amp;lt;LI&amp;gt;&amp;lt;STRONG&amp;gt;This is my
stuff&amp;lt;/STRONG&amp;gt;&amp;lt;/LI&amp;gt;&amp;lt;/OL&amp;gt;</PRE> Does
anyone have any suggestions?