office365api Questions

3

Solved

I have to update a spreadsheet that looks like this. It's not hard at all. I just go to the last line and enter what I need in the appropriate columns. I'd like to automate this. The first thing...
Verner asked 10/6, 2016 at 21:52

2

Solved

Im trying to receive push notification on calendar events through microsoft graph the notificationURL points to webservice which is running on NodeJS subscription I have made has these options. ...
Marinna asked 3/11, 2016 at 22:24

3

Solved

I want to get all the files and folders contained inside a office365 onedrive folder in one rest API call, is there any option to do it?
Meuse asked 9/6, 2016 at 11:7

3

We are trying to retrieve all files under a folder recursively, but I can't find an API for that. I've tried using the search API without a query, but this doesn't return anything. https://grap...
Shrinkage asked 25/2, 2019 at 10:33

3

Solved

I'm currently developing a solution which is retrieving e-mails via the Microsoft Graph API. In november 2015 Microsoft stated it is ready for production and I've read in another forum post that if...
Gillard asked 22/1, 2016 at 10:16

2

Solved

We are converting from mail EWS into Microsoft office 365 Graph API, I want to flat all my Folder tree into list of flat folders, so each entry in list should contain: Folder:{parentId, myId} , ...
Hexyl asked 14/2, 2018 at 14:58

2

Solved

I'm trying to make an calendar view for my company to show which employees are available. I made an app in Azure, I can logon in to the system, I get an access token, but I can't get information. ...
Sidesaddle asked 9/8, 2016 at 12:15

4

Might seem a silly question, but Microsoft's documentation isn't very beginner friendly, I think. It uses as examples "http://localhost:31544" for the sign-on url and "http://MyFirstAADApp" for the...
Lucinalucinda asked 14/3, 2018 at 1:25

4

I want to be able to get all user's office365 photos within Azure Active directory. Right now I'm able to get the current user's email using graph SDK GraphServiceClient graphClient = SDKHelper.G...

0

We are adding a new hidden columns in the Default Document list using this API , following is the payload { "description": "Test column for testing hidden", "displayName...
Lyndel asked 25/10, 2021 at 10:46

6

Solved

I have the following POST call I need to make. However, even if I provided the right client id and secret id, my call is getting rejected. curl POST https://login.microsoftonline.com/f02....e3/oa...
Glaucescent asked 14/12, 2016 at 1:55

2

Solved

I want to read my email messages and transform them into json. I am using Microsoft Graph API to query the office 365 mail box like this GraphServiceClient client = new GraphServiceClient( new De...

1

Teams seems to lack any native way of mirroring files to a shared directory. I'm Trying use Python (or another language but python preferred!) to either: a. Directly pull from microsoft teams into...
Rathenau asked 18/7, 2019 at 22:58

2

Solved

I need to find conversationId for email exchange between two user - John and Harry. In my scenario: John sends message to Harry. I have email metadata from email that John has sent, e.g. converst...
Luminal asked 14/6, 2017 at 23:40

1

I'm using the Office 365 API to request events from my calender. To be specific I have a shared calender (the one I shared it with can edit the calendar) but when requesting data from the API I can...
Aggiornamento asked 12/12, 2016 at 7:29

2

Solved

Because some Graph API needs user's timezone, I want to get it. Ex. Find meeting times api needs timezone settings. Would you tell me how to get user's timezone settings from Office 365?
Jannery asked 8/1, 2017 at 8:42

1

I had assumed that OneDrive offers a free personal storage tier, so that API accesss to OneDrive should not require that the user has an Office 365 subscription... However, after hours of debuggi...

2

I have a multitenant ASP.NET application using OpenIdConnect and Azure AD as an Identity provider for Office 365. When the user is authenticated I receive my claims in ClaimsPrincipal.Current. I w...

1

I am currently using the outlook mail api to retreive messages from a specific shared folder (List Messages Request), when i get a response from the query i want to read the body content in this ca...
Bhakti asked 14/11, 2018 at 11:25

2

The Office 365 Graph API documentation suggests that $filter and $top operations should be supported when used together on a delta query... https://developer.microsoft.com/en-us/graph/docs/concept...
Aalii asked 10/4, 2017 at 12:40

3

Solved

Friends, I am trying to call API from Word Add-in and getting "Access Denied" error. I did some research and it looks like "Cross Origin Resource Sharing" is the cause. 1. Web API I am hosting ...

0

Stuck here writing JS code to send out an email via REST within a custom Outlook add-in. Scenario is following report \ \---- another message (item attachment) \ \------- attachment (file att...

2

Solved

I'm trying to use next API method: https://msdn.microsoft.com/office/office365/APi/mail-rest-operations#SendMessages. Sending messages without attachments works just fine, but I can not understand ...
Laundryman asked 25/8, 2015 at 7:43

1

Solved

I have a web application that calls the EWS Managed API to connect to office365. I've followed the Get started with EWS Managed API 2.0 client applications documentation on MSDN. In the web.confi...
Amulet asked 8/3, 2018 at 9:18

2

Solved

I already used a beta version of the unified API to get the profile picture of the user with size of 48x48. Now I'm using the Microsoft Graph API and tried to get the profile picture with this size...
Vining asked 19/1, 2016 at 15:36

© 2022 - 2025 — McMap. All rights reserved.