Top "Office365api" questions

The Office 365 API lets developers build apps that use data stored within Office365.

REST APi to get all times in specific folder in SharePoint document library

I would like to get items in specific folder inside SharePoint document library called "Pages" with REST API I used …

rest sharepoint office365api sharepointdocumentlibrary
Authentication in Outlook 365 api

My use case is: make a script that will run every hour to extract information about a user's calendar. My …

python oauth-2.0 office365api outlook-restapi
How can I send mail in office 365 REST API?

I've found the following documentation on how to send email using Office 365 rest API. This is the example given on …

exchange-server azure-active-directory adal office365api outlook-restapi
VBA download a File from OneDrive

I am trying to download a file from OneDrive. I am new to API Concepts and here is Code, Sub …

vba onedrive office365api
Microsoft Graph REST API invalid client secret

I have the following POST call I need to make. However, even if I provided the right client id and …

azure curl office365api microsoft-graph-api azure-ad-graph-api
Is there a way to programatically edit Office 365 Excel documents?

I have to update a spreadsheet that looks like this. It's not hard at all. I just go to the …

excel office365api
Outlook Mail REST API: send message with attachment

I'm trying to use next API method: https://msdn.microsoft.com/office/office365/APi/mail-rest-operations#SendMessages. Sending messages without attachments …

outlook-restapi office365api