"Not supported calendar message.ics" error for calendar invitationIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> The calendar attachment in the email is seen as "not supported calendar message.ics" when received by the recipient for the Cancel Calendar invitation. ReleaseInstance on Madrid.The Email template used for the notification is created has method other than REQUEST on the VCALENDAR version2, ex.the METHOD: CANCEL.Cause Meeting invites email content type is always set to METHOD=request, even when METHOD is different inside the calendar data. Validation: In the email logs, the notification which is sent shows content type as method=Request:The message headers show content type as method=Request: The message body shows the content type as method=Request: ResolutionResolution: This is identified as a problem and is being worked on PRB1355204. Workaround: Create a Before business rule on the sys_email table. Conditions: [Content type] STARTS WITH 'text/calendar; method=' [Body Text] STARTS WITH 'BEGIN:VCALENDAR' [Body text] CONTAINS 'METHOD:CANCEL' Actions: [Content type] TO 'text/calendar; method=CANCEL'Related LinksThe above states one of the causes behind this issue, There can be multiple reasons behind the cause, Please refer the below article for more info on other reasons: https://support.servicenow.com/kb_view.do?sys_kb_id=314c8ad8db87f7844819fb24399619e2