office365

OneNote API - no HTTP Resource found?

落花浮王杯 提交于 2019-12-12 01:21:56
问题 I'm calling this endpoint https://graph.microsoft.com/beta/me/notes/ , and while the right user id was fetched, the below error occurs... Not sure what's going on at all, as this error is not documented: { error: { code: "UnknownError", message: "{ "Message": "No HTTP resource was found that matches the request URI 'https://www.onenote.com/api/beta/users('b2909c67-ab0e-45cf-a823-b0f945c22c00')/notes'." }", innerError: { request-id: "01b7d80f-aa04-463a-be58-c5a12414e243", date: "2016-02-27T07

Adding attendees to Office 365 using Microsoft.Exchange.WebServices

跟風遠走 提交于 2019-12-12 01:09:43
问题 I am working on windows c# application. I am creating new calendar entries on Office 365 by using Microsoft.Exchange.WebServices When I add any attendee to calendar item and save to office 365, invitation to attendee is sent automatically. I dont want to send meeting req to attendees and want only to add them. Is there any way to do that? ObjAppointment.RequiredAttendees.Add(p_calendarProperties.invitees); Thanks in advance 回答1: To avoid sending meeting request to attendees, specify the

Django Microsoft Office 365 Login

烂漫一生 提交于 2019-12-11 23:22:27
问题 I am currently working with a team to develop a web application for my college using the Django framework. We primarily use Office 365, so I have been looking for a solution to use Office 365 authentication to authenticate users of our application. I have not found anything that can achieve this. Note: I have used social-auth to allow users to login with Google, but this is only temporary until I find a way to use Office 365. Any suggestions will be wonderful! 回答1: I think you should look at

Using SFAuthenticationSession to log in user to Microsoft Graph

僤鯓⒐⒋嵵緔 提交于 2019-12-11 23:18:55
问题 I've been using p2-oauth2 library earlier to be able to log in through a safariViewController , but since the latest iOS version (11.3) I found out that my app were crashing all the time when the user tries to log in. I didn't get any error messages, but after a while I found out that SFAuthenticationSessions is the way to go when using SSO (single sign on). My old code were pretty much like this (Using p2_oauth2): static var oauth2 = OAuth2CodeGrant(settings: [ "client_id": "myClientID",

Online Excel Add In on workbook re-opening

夙愿已清 提交于 2019-12-11 22:54:01
问题 We have a Task Pane Add-In for Excel Online. Installing the Add-In from the Office Store open the sidebar with our IFRAME as expected. But when we close the tab with the spreadsheet and reopen the same workbook (for edit or not) later, only an icon appears on the right border. Sometimes this is our Add-In icon, sometimes it is a neutral icon (mouse over Office-Addin). Clicking on the icon does not show the sidebar (although it has been loaded). Pressing the arrow above the icon(s) does not

Oauth into Office 365 Unified (preview) - server error - non-retryable error has occurred

跟風遠走 提交于 2019-12-11 20:51:30
问题 I'm trying to oauth into Office 365's Unified API to read Calendar information and believe I have everything configured correctly. However, when after the user logs in and provides consent, they are redirected to the reply url with the following error in the params: "Server error - non retryable error has occurred". I've setup my AD app to have Office 365 Unified (Preview) Delegated Permission - Read users calendar, and am using the endpoints and client IDs specified. It seems like it can get

Office365 API returns 404 on GetCalendars on some accounts

倾然丶 夕夏残阳落幕 提交于 2019-12-11 19:38:08
问题 I'm using the Office365 as described in the documenation website to get a user's calendars from Office365 account, but getting a 404 error instead: "GET /api/v1.0/Me/Calendars HTTP/1.1" 404 The user has authorized access and I've managed to receive his personal details one request before. The scopes I have authorized are Calendars.Read Calendars.ReadWrite UserProfile.Read . The access token response contains the endpoint URL and it's the one I'm using: 'Calendar_api_endpoint': u'https:/

Microsoft Graph API: Get Files List API, giving Empty array

醉酒当歌 提交于 2019-12-11 18:31:50
问题 I tried API to fetch the files in iOS SDK. I have registered app with all the scopes to read/readwrite files access to the app. I was able to send the mail using sample code successfully. I tried the APIs in Graph Explorer https://graphexplorer2.azurewebsites.net/?UrlRequest=GET&text=https%3A%2F%2Fgraph.microsoft.com%2Fv1.0%2Fme%2Fdrive%2Froot%2Fchildren Request snippet: AuthenticationManager *authManager = [AuthenticationManager sharedInstance]; NSMutableURLRequest *request = [

How set onenote page as read only using onenote API

偶尔善良 提交于 2019-12-11 18:28:06
问题 I am using onenote graph API to create and update notebook,sections,pages. Know i want to make onenote page as read only using Onenote Graph API. Please suggest PATCH or POST Request url to set onenote page as read only 回答1: I think the only effective way of doing this is by creating a view only link to the Notebook. The OneNote API only allows this for section groups as described at "Create sharing links on OneNote entities" POST ../sectiongroups/{id}/GetOrCreateAnonymousSharingLink with {

Sharepoint Online (Office 365) - Where can I find master page code/Javascript/CSS

微笑、不失礼 提交于 2019-12-11 17:46:54
问题 Hi I am new with SharePoint (working with Office 365 SharePoint online). I see many articles explaining make changes in master page, javascript or css if we need any sort of customization, like change heading color, hide some header etc... But I am unable to find any sort of code in SharePoint Online (Office 365). How can I achieve such task if I want to hide header or change the font and color for site page title. Can anybody suggest me the right path I can find the code to change, or is