Questions tagged [office365api]

The Office 365 API lets developers build apps that use data stored within Office365. These can be stand-alone apps or plugins within the Office365 web apps.

Whether you want to incorporate the richness of Office 365 data into your app, or create a custom experience within Office 365 itself, or use custom reports to keep your Office 365 Enterprise environment running smoothly, you can use the following developer features to achieve your goals.

  • Integrate Office 365 data into your own apps
  • Create custom experiences within Office 365
  • Analyze and manage the health of your Office 365 Enterprise environment

You can also create custom experiences within the Office clients, such as Word, Excel, and PowerPoint, and within SharePoint 2013 and SharePoint Online.

Useful Links:

  1. Overview
  2. API reference
1287 questions
-1
votes
1 answer

Q: How to handle all inbound and outbound mails in Office365/Exchange online?

What are alternatives to Exchange Transport Agents if you’d need to implement the logic to handle all mails coming into or out of the organization in Office365/Exchange online? Is MS Graph or Outlook notification REST API are reliable and fast…
-1
votes
1 answer

I want to use office 365 Api for my Asp.net with C# non mvc Project

Hello Folks I am new to using API into my project. I am using Asp.Net with C# which does not have MVC architecture. My client needed to integrate office 365 API into the project so that any user who want to access our service can login through…
-1
votes
2 answers

How to add contact in office365 using api for php

I would like to ask questions about Office365 CRM, Use this CRM I got access token, but haplessly how to add contacts and get contact details using that access token. when I tried to add contacts into CRM I have been getting error like 401 Http…
-1
votes
1 answer

I can’t able to create Event of Office365 using iOS Device but its work in Simulaor?

I am using Office365 to create event from my iOS Application. My problem is that I can insert an event from simulator but can’t able to insert event from iOS device.below is my code. Code : - MSOutlookEvent *eventToCreate = [snippetLibrary…
Rushabh
  • 3,208
  • 5
  • 28
  • 51
-2
votes
1 answer

Intercept mail traffic on Exchange Server and Office365

I've got a request to capture all email traffic on the Exchange server and store mail to the dms/database. After some investigation, I came to the conclusion, that the best way to implement something like this would be a custom TransportAgent. There…
Vočko
  • 2,478
  • 1
  • 23
  • 31
-2
votes
1 answer

How to display a list of available meeting rooms at present using Microsoft Graph API

I have been trying to play around with the Microsoft Graph API. I have a situation here. I have assigned some meeting rooms with an email ID and want to know the availability of all. If the rooms are available currently , I should get the name of…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
-2
votes
1 answer

Getting a list of attached documents and downloading them into local storage using Microsoft Graph API in UWP

I am developing a UWP app using Microsoft Graph API. I am getting a list of meetings for the current day for a logged in user using the below…
Apoorv
  • 2,023
  • 1
  • 19
  • 42
-2
votes
2 answers

How can I share a Microsoft OneNote note/section/notebook between a list of emails using OneNote API, Office 365 API or OneDrive API in a MVC website?

I need to be able to create OneNote notes/sections/notebooks and to share them between a certain list of users from a Asp .NET MVC website. How could I do that?
Marius
  • 1
-2
votes
1 answer

Create and update group with Microsoft Graph returns 500 - Internal Server Error

I am new to REST programming and I am trying to use the Microsoft Graph API to create and update Office 365 Groups, but for both operations I get a 500 - Internal Server Error response not saying much to figure out what is wrong. Here is a…
-2
votes
2 answers

Office365 API: get current user email using oauth2 token?

I'm working on authentication for Outlook (office365) users in our web app through ouath2. Mainly I was followed this example: https://dev.outlook.com/RestGettingStarted/Tutorial/python . I managed to get response with access_token in it; also…
Anton Koval'
  • 4,863
  • 5
  • 31
  • 44
-3
votes
1 answer

How to create office365 calender background Add-In

We are working on office365 outlook Add-In, In which we need to perform some business logic as soon as any appointment is added/updated/deleted from outlook calendar. For that we need to handle the calendar event(Appointment Add/Update/Delete) same…
Sagar
  • 5
  • 4
-6
votes
1 answer

Read email account from Outlook 365 Exchange using Rest Api

I am trying to access a mail account in the same way as you would by using LDAP and then accessing emails. But this client is using Outlook 365 Exchange. So do I need to use the Outlook Rest Api? I found this…
user315891
  • 1
  • 1
  • 3
1 2 3
85
86