Pass html text into appointment.Description

Hi,

Is there a way make the description in the appointment display as it appears in html format? The msessage would show the html format but it goes away once I carry that into the appointment.Description property and just displays as plain text.

msg.HtmlBody = "

test
";

appointment.Description = msg.HtmlBody;

Hi,

Sorry, I was unable to reproduce this bug. I tried to set the same HTML string as yours in Description property and opened the appointment in Google Calendar client. It showed the HTML properly.

Could you please post the sample code here for our testing. Also please make sure that you are using the latest version.