Outlook calendar meeting diagnostics in Contact Tracing does not allow to pull additional meeting information such room name and subjectIssue After configuring Contact Tracing to run diagnostics, and pull Outlook meetings, Outlook calendar meeting diagnostics does not allow to pull meeting room name and subject. It does not pull meeting room name and subject line of the meetings attended by the exposed person. Is there is a configuration or additional settings that needs to be configured in order to achieve that?CauseAs per the current OOB functionality, in Diagnosis Request, we fetch only attendees, start ,end and location information.ResolutionIn current OOTB implementation of Recently Collaborated(Through Outlook meetings) in Diagnosis Request, we fetch only attendees, start ,end and location information. To get additional information like meeting subject, body etc, the graph api call should be updated to include additional fields. This can be updated in ScheduledDiagnosticsUtil (Script Include). ScheduledDiagnosticsUtil:https://<instance-name>/nav_to.do?uri=sys_script_include.do?sys_id=f9df5a152f2b80104a8dfd1df699b63a Please note that if the effected person had multiple meetings with person 'x' during the impacted start and end date times, we consider it as one contact(x) and add him only once in to impacted users list. That is the reason why, the meeting location, subject etc were not taken into consideration. If you wish to get that information, you'll need to implement some customization in order to introduce new columns in the table to store this extra info and then modify the API call as suggested above. Please note that implementation/customization assistance is beyond the scope of technical support as we focus on break-fix issue with the out of the box product.