Status/Resolution/Reason: To Fix//BugVerified
Reporter/Name(from Bugbase): Verena L. / ()
Created: 10/22/2019
Components: CFExchange, Calendar
Versions: 2016,2018
Failure Type: Conflict With Docs
Found In Build/Fixed In Build: 2016,0,10,314028 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 0
According to the docs (https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-d-e/cfexchangecalendar.html), the message element of the cfexchangecalendar create event can be "A string that contains a message about the event. The string can include HTML formatting".
After applying CF2016 Update 10,
setting the message attribute in create action to any HTML formatted string shows up as plain text in the resulting calendar item.
Steps to reproduce:
Create a new event and set the message = <h3>My Message</h3>
Actual Result: Unformatted Mail, Bodytype Text
Expected Result:Formatted Html Mail
However, if the underlying ews-api library is used directly, the content of the event is formatted html ( as expected)
Attachments:
Comments: