Externals
3 TopicsFile upload issue in non-channel meeting with externals
My law firm regularly meets with externals over Teams. These do not occur in any Group or Channel. They result from creating a new meeting over Teams from Outlook. The issue is that we have been unable to share files with other meeting participants. It does not work to drag-and-drop into the chat field; there's a bar/circle/can't-do icon. Not all, if any, participants are Guest User objects in Entra. (One example would be a deposition, where the witness and court reporter are not Guest Users, but there's a need to share exhibits that cannot be distributed before the deposition.) Is there any way to transfer files to all participants in this scenario?Solved860Views0likes1CommentCan I add an external user as a VIEWER in MS Bookings?
Hi all! I'm trying to assign an external user (whose email domain is different from mine), but the only role I can assign is GUEST. What I want to achieve is let the external user know the details of each appointment in my Bookings calendar. I believe the role I should assign to the external user is VIEWER. However, I can't assign such role. Any ideas why? is this the expected behavior of MS Bookings? Thanks for everything!736Views0likes0CommentsChartJs How to Include and Consume
I am trying to use this web page to create a Chart.JS webpart. https://dataninjago.com/2016/11/28/building-sharepoint-framework-client-side-chart-web-parts-using-chart-js/ I am having only one problem when I try to consume the ChartJS object at this line of code: const chart = new jsChart(ctx, { The error is: Error - [tsc] src/webparts/chartJs/components/ChartJs.tsx(38,19): error TS2351: Cannot use 'new' with an expression whose type lacks a call or construct signature. I am adding the ChartJS cdn in the config.json file in the externals section: "externals": { "jsChart": { "path": "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.bundle.min.js", "globalName": "jsChart" } } What am I supposed to be doing differently?Solved2.2KViews0likes1Comment