office365-restapi Questions

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...

4

I am trying to find any way possible to get a SharePoint list in Python. I was able to connect to SharePoint and get the XML data using Rest API via this video: https://www.youtube.com/watch?v=dvFb...
Aramaic asked 20/3, 2017 at 12:0

1

I have users that cannot use our services because Outlook REST API returns the following error code RESTAPINotEnabledForComponentSharedMailbox. It looks like their mailbox is not a shared mailbox....
Tuchman asked 26/1, 2017 at 10:43

1

Solved

Trying to fetch calendar events in order to allow a user to pick a time for a meeting where the attendees and the meeting room are available. We're using Outlook Calendar REST API v2 - findMeeting...

1

Solved

I've the following auth code copied from the browser for a user who granted our app to use their Office 365 email. code=OAQABAAIAAADRNYRQ3dhRSrm-4K-adpCJ3J3UJ8GyC2qJDvNhlrUAObjph6sQ3A9waeQ5Tr-DA6...

1

Solved

Making the following request to the MS Graph to retrieve flagged messages ordered by due date: https://graph.microsoft.com/beta/me/messages?$filter=flag/flagStatus%20eq%20%27flagged%27&$orderb...

0

I know I can read contacts with the Office 365 API but I can't figure out if it's possible to fetch the contacts from the address book.
Elsa asked 30/11, 2016 at 21:1

1

Please note that this question is not regarding generic REST service calling. Its about specific Office 365 REST service API. To be specific I need to utilize the 'Contact' API here: https://msdn....
Crystallite asked 11/1, 2016 at 13:18

2

I'm making an app that needs to access the content of a Office 365 Calendar. That app shouldn't need a direct user action to log in and retreive its data, so I can't use a standard OAuth way to get...
Mull asked 29/4, 2016 at 16:53

2

Solved

I followed this post http://dev.office.com/code-samples-detail/2142 and Ruby to get user's email address. Here is the code: # Parses an ID token and returns the user's email def get_email_fro...
1

© 2022 - 2024 — McMap. All rights reserved.