office365

APIs for monitoring Office 365

为君一笑 提交于 2020-01-21 05:57:05
问题 We need to integrate Office 365 with an existing system. For this, we will need to use Office 365 APIs to fetch important resources from Office 365, fetch/download logs for monitoring events, Audit Policy monitoring programmatically. Does Office 365 provide APIs for security policy monitoring Does it provide for APIs for maintaining and downloading logs 回答1: I don't believe that there are APIs that will capture all of what you want to do. In case you haven't already, you should see if the

How to generate graph on a slide in PowerPoint on Macintosh?

你。 提交于 2020-01-17 07:11:38
问题 Issue Description : To generate a graph on a slide. In PowerPoint on Macintosh shapes.addchart or shapes.addchart2 methods are not defined. Solution Tried : Generate chart dynamically on embedded Excel then paste it on slide. It is giving out of memory error. Expected Resolution : An alternative to shapes.addchart method or some other work around to achieve the target. Windows OS: Windows 10 Pro Version 1607 (OS Build 14393.693) Office: Microsoft Office 365 ProPlus, Version 1611 (Build 7571

How to generate graph on a slide in PowerPoint on Macintosh?

别说谁变了你拦得住时间么 提交于 2020-01-17 07:09:30
问题 Issue Description : To generate a graph on a slide. In PowerPoint on Macintosh shapes.addchart or shapes.addchart2 methods are not defined. Solution Tried : Generate chart dynamically on embedded Excel then paste it on slide. It is giving out of memory error. Expected Resolution : An alternative to shapes.addchart method or some other work around to achieve the target. Windows OS: Windows 10 Pro Version 1607 (OS Build 14393.693) Office: Microsoft Office 365 ProPlus, Version 1611 (Build 7571

how to automate automatics addition of Office Plugin in excel file basically similar XLSTART folder work. Office Addin

陌路散爱 提交于 2020-01-17 06:06:17
问题 I am looking for option to automatically add my addins to users excel file. before 2013 office we had a xla and xlam file which i could place in XLSTART folder of office excel and then when i open office, it will prompt me to include addins in excel file if its not trusted or automatically included it if its already from trusted source. My office addin is not released to office store, it will be in user organization catalog. Basically my workflow would be -> when i click on export to excel

Office 365 - Create *.docx | *.pptx | *.xlsx files

无人久伴 提交于 2020-01-17 05:18:12
问题 I'm working on a web project which uses the OneDrive API for file management purposes. I wanted to create *.docx | *.pptx | *.xlsx files but unfortunately, none of the OneDrive APIs support creating empty/new files. What I tried was to upload an empty/new file from my server to OneDrive. While the upload works fine, the file does not open in Office Online nor in local Office. From this blog, I was able to generate a Word file and upload it. function createNewDoc(name) { var htmlString = "

PHP application, SAML and single sign-on with office 365

旧巷老猫 提交于 2020-01-17 02:58:31
问题 How to make possible single sign-in into my php app for Office 365 users? I was reading a bit about Microsoft solutions and if I understood well I have to create account on Microsoft Azure AD and buy their services, right? I found out that Azure AD supports SAML 2.0.. Does anyone did this before and can describe a process a bit more detailed for me? && what data I am receving in SAML response? =) I am already familiar with SAML protocol and using it.. just not with Microsoft services and

How can I fix ORA: 01013 (user requested cancel…) when trying to link Oracle tables in MS Access?

 ̄綄美尐妖づ 提交于 2020-01-16 18:11:42
问题 I have installed Oracle Express (XE, version 18) on a Windows 10 (64-bit) machine with Office 365 (32-bit) installed. I have installed the correct Oracle Instant Client (18_3) and its ODBC package (32-bit versions). I successfully created a DSN using the ODBC Data Source Administrator (32-bit) tool in windows. When I attempt to link tables into an Access database, I get error ORA: 01013. If I remove the timeout from the DSN configuration, it simply spins with the Oracle RDBMS kernel eating up

Outlook notification subscription using Azure Webhook Domain Not Found

非 Y 不嫁゛ 提交于 2020-01-15 10:24:39
问题 I am working on Creating a push notification for inbox messages to be sent to my azure webhook. I have been following the documentation as a reference. Till now I have been able to create and register my app using the Azure app registration. I got the client_id and client_secret accordingly. Shared below are the postman requests I made to first get the access code and then access_token and refresh_token from the Oauth authorization endpoints - Getting the access code - Endpoint - https:/

Outlook notification subscription using Azure Webhook Domain Not Found

假装没事ソ 提交于 2020-01-15 10:23:05
问题 I am working on Creating a push notification for inbox messages to be sent to my azure webhook. I have been following the documentation as a reference. Till now I have been able to create and register my app using the Azure app registration. I got the client_id and client_secret accordingly. Shared below are the postman requests I made to first get the access code and then access_token and refresh_token from the Oauth authorization endpoints - Getting the access code - Endpoint - https:/

Updating Task level custom fields

南笙酒味 提交于 2020-01-15 09:03:37
问题 Using CSOM I can see how to use the SetCustomFieldValue method to update custom fields associated to a Project, but is it not possible to do this for a task within Project Online? I don't see anything that would allow this but it does list in the documentation this should be possible. Thanks! 回答1: Have you looked at this thread? Use CSOM to update project's custom fields It's Project level but it may provide some further clues. Actually, there's task level code at the bottom of that post so