Use the office365 rest api to get the body of the event, the results are as follows:
-------------------------------------------------------------
1. Result when event has attachments:
{ ContentType: 'HTML', Content: '' }
2. Result when event dont have attachments:
Content: '<html>¥r¥n<head>¥r¥n<meta http-equiv="Content-Type" content="text/html; charset=utf-8">¥r¥n<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>¥r¥n</head>¥r¥n<body dir="ltr">¥r¥n<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">¥r¥n<p><br>¥r¥n</p>¥r¥n</div>¥r¥n</body>¥r¥n</html>¥r¥n' }
-------------------------------------------------------------
Is this difference in accordance with the specification ?