office365

Microsoft Graph API : Access-Control-Allow-Origin

筅森魡賤 提交于 2020-01-05 08:08:40
问题 I am trying to integrate Microsoft Graph authentication and access sharepoint and User's Graph Profile & Pic. I had followed their document https://developer.microsoft.com/en-us/graph/docs/authorization/app_authorization I am able to achieve first step Authenticate a user and get app authorized , but not Acquire an access token . I have checked it in Postman, able to get response of access token. Same way I'm trying to do it using Jquery Ajax but getting XMLHttpRequest cannot load https:/

Office 365 Service Health Last update is 24 hours ago

偶尔善良 提交于 2020-01-05 05:53:21
问题 Whenever I send an API call to get the Current Status of the Service Health of Office 365, the last update is always exactly 24 hours behind. I saw this referenced here but the answer to the question was nonsense, so I will try it here. Example code in PowerShell Invoke-RestMethod "https://manage.office.com/api/v1.0/$tenantid/ServiceComms/CurrentStatus" -Headers $officeapiheader If the current time is 2019-10-17T05:18:25.469735Z The StatusTime field returned is 2019-10-16T05:18:25.469735Z

Recurrence.Range.StartDate / EndDate contain timezone offset

馋奶兔 提交于 2020-01-05 04:53:45
问题 Recurrence rule dates contain timezone offset where the calendar event "Start" / "End" fields are in UTC which seems incorrect behavior (Bug?). Did anyone knows why the "Recurrence.Range" "StartDate" / "EndDate" fields contains dates which are not UTC? Expected behavior is to receive UTC dates for all date fields in the calendar event object. { "@odata.id": "https://outlook.office365.com/api/v1.0/Users('EXAMPLEUSER')", "@odata.etag": "ETAG", "Id": "EXAMPLEID", "ChangeKey": "GnglO5JwUUGYx+QpS

In Office Apps - Cannot redefine non-configurable property 'context'"

谁都会走 提交于 2020-01-05 04:23:15
问题 This is similar to In Office Apps for Excel 2013 - Cannot redefine non-configurable property 'context'". However it only happens on IE 11 and Edge. My use case is followin: I open outlook or any office application add-in. I run a pop-up for OAuth, on popup close i redirect the iframe to another page. First time i open the addin and finish OAuth flow everything is working correctly. However when I close the add-in and open it again (this time redirect is done automatically because user is

API for Powerpoint add-in (Windows and Mac)

烂漫一生 提交于 2020-01-04 09:38:10
问题 Is there a new API for developing add-ins for Office 2016 for Mac? I have seen a javascript API but I have not clear if this applies to Office for Mac 2016, Office for Windows 2013+ only or Office Web Apps only. Please point me to an official documentation clarifying that. 回答1: Update, April 2016: MS recently made some announcements about Mac support at Build; primarily around Word & Excel. Interactive chart similar to the image below Eventually, but not yet. The only thing that is in for Mac

API for Powerpoint add-in (Windows and Mac)

喜欢而已 提交于 2020-01-04 09:38:07
问题 Is there a new API for developing add-ins for Office 2016 for Mac? I have seen a javascript API but I have not clear if this applies to Office for Mac 2016, Office for Windows 2013+ only or Office Web Apps only. Please point me to an official documentation clarifying that. 回答1: Update, April 2016: MS recently made some announcements about Mac support at Build; primarily around Word & Excel. Interactive chart similar to the image below Eventually, but not yet. The only thing that is in for Mac

Office 365 API recurring meetings not always returning

我与影子孤独终老i 提交于 2020-01-04 09:19:33
问题 I'm trying to use the office 365 rest APIs (http://msdn.microsoft.com/en-us/library/office/dn792114(v=office.15).aspx#sectionSection3) to retrieve a users calendar events for a specific date. Currently I am running the query below: https://outlook.office365.com/ews/odata/Me/Events?$select=Start,End,IsAllDay,Subject&$filter=Start+ge+2014-09-10T05%3A00%3A00Z+and+Start+le+2014-09-11T04%3A59%3A59Z This works perfectly for 'SingleInstance' and 'SeriesMaster' Type meeting instances; however, I am

Microsoft Graph api 403 access denied when reading other users

时间秒杀一切 提交于 2020-01-04 09:04:52
问题 I'm creating an application in with angular and nodejs and I need to be able to read another user's list of events. Right now I am attempting to use "https://graph.microsoft.com/v1.0/users/otherusername@companyurl.com/events" this gives me the 403 "Access is denied. Check credentials and try again.". However, if I use "https://graph.microsoft.com/v1.0/users/myusername@companyurl.com/events" it works(as most would expect). My question is, why is it when I use outlook I can use scheduling

Add-In Commands Ribbon shows in Excel Online but not in Excel for Windows

半城伤御伤魂 提交于 2020-01-04 05:37:21
问题 I have an Add-In with its own Ribbon that works fine in Excel online but does not show the Ribbon in Excel on Windows [1]. There, it only shows the default task-pane. To make sure it does not have to do with my own manifest, I verified this with the OfficeDev simple Sample manifest [2]. The only two modifications I did to the xml file are replacing 2 instances of Document with Workbook. Also, I have verified this on two computers. Why could that be? [1] Microsoft Excel 2016 MSO (16.0.4266

sendMail Function seem not working with Microsoft graph

早过忘川 提交于 2020-01-04 05:28:05
问题 from https://github.com/microsoftgraph/nodejs-connect-rest-sample i can signin through the first step and i see my microsoft account name already but when i click to send a test email it's not working it respond me this After I clone this example from github i just modify a bit of code (Insert My APIKEY and clientID at /utils/config.js ) module.exports = { creds: { redirectUrl: 'http://localhost:3000/token', clientID: 'd5cec81e-13b3-XXXX-b90f-de0b123feaa4', clientSecret: