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
0
votes
1 answer

Read selected mail office 365 via C#

How can I read selected mail and get document(s) in (office 365) from my application? I'm using visual studio 2015 express.
ilyasahin
  • 1
  • 1
0
votes
1 answer

Office 365 Unified API beta/me/photo Unauthorized

Since some days I'm not able to get the LogedIn User Photo. I always get an StatusCode: 401, ReasonPhrase: 'Unauthorized'. That's the API url I access: https://outlook.office.com/api/beta/me/photos('96x96')/$value The changes from the Update 3 are…
sergej
  • 361
  • 2
  • 7
0
votes
2 answers

Office365 Unified API Events endpoint not working

It seems that the following path: https://graph.microsoft.com/beta/users//Events does not work anymore. It breaks with an Internal Server Error(500) with the following message: "Cannot cast Newtonsoft.Json.Linq.JObject to …
d0kt0r1
  • 305
  • 1
  • 3
  • 15
0
votes
1 answer

Getting error posting calendar events

Using the Unified API call POST https://graph.microsoft.com/{version}/{tenant}/groups('{groupId}')/events to add calendar events to a group. I'm intermittently getting the following error: An unexpected 'PrimitiveValue' node was found when…
mike w
  • 101
  • 1
  • 10
0
votes
1 answer

Office 365 Unified API preview: beta/me/calendar/events InternalErrorServer

This was working up until yesterday (11/03/2015), but now, whenever I try to GET /beta/me/calendar/events (e.g., through https://graphexplorer2.azurewebsites.net), I get an InternalServerError: Error: 500 - Internal Server Error See Response…
Rob
  • 25,984
  • 32
  • 109
  • 155
0
votes
2 answers

Office365 Unified API, get calendar ID from Events ID

Every Event belongs to a Calendar, so when I receive a webhook from Outlook API management about a calendar event, I expect to also receive the container ID of this Events, but no. I get very little information about this calendar event, but still…
0
votes
1 answer

Outlook Mail addin reading body content error

I'm trying to develop an Outlook mail addin to access the body content of an email. This is how I'm writing the JavaScript code to according to the Documentation provided by MSDN. Office.context.mailbox.item.body.getAsync("html",…
Kamal Rathnayake
  • 514
  • 3
  • 29
0
votes
0 answers

o365 calendar API not returning calendar

I am following instructions provided at https://dev.outlook.com/RestGettingStarted/Tutorial/dotnet to get my web application integrated with user's outlook calendar. I am being redirected to login into my microsoft account and it returns to my…
Paresh Varde
  • 1,084
  • 3
  • 16
  • 39
0
votes
1 answer

API '500' Error when delegating admin access on MySite (OneDrive / Office365)

I would value some advice as we are facing an issue with the Office 365 API where it returns 500 errors, when we request delegated administrative access to the Office 365 MySites Site Collection. The use case scenario is the following: We have…
0
votes
1 answer

Files endpoint not working on Office 365 Unified API

Here's the query that is failing: https://graph.microsoft.com/beta/me/files (It's also present in the Microsoft website here: https://msdn.microsoft.com/en-us/office/office365/howto/office-365-unified-api-overview?f=255&MSPPError=-2147217396) The…
d0kt0r1
  • 305
  • 1
  • 3
  • 15
0
votes
2 answers

Create office 365 unified group with the "Office 365 unified API client library"

I use the "Office 365 unified API client library" (https://www.nuget.org/packages/Microsoft.Graph/0.2.8-rc) and I want to create a unified group. I am able to get the token and call the API but I can't get a "unified" group creation to work. This…
Trysior
  • 173
  • 8
0
votes
1 answer

Not able to use One Drive API for One Drive for Business of users belonging to other organizations

we have a web app that allows access to users one drive by doing oauth https://dev.onedrive.com/auth/.... I was able to get access to the drive apis for one drive personal and get access to the documents of that account. When i followed the steps…
user2835943
  • 39
  • 2
  • 5
0
votes
1 answer

Office365 Unified Api - Share file with specific user and get file thumbnail

I am trying to do the following two things:- Share file with specific user- Get thumbnail for a file I am currently using the Office 365 Unified Api and I'd like to keep it that way if possible. I thought it would be possible to get the thumbnails…
Targa
  • 115
  • 1
  • 9
0
votes
1 answer

The "from" property in the Compose Outlook mode

Do you plan to add access to the "From" property of a Message Object in the Compose Outlook mode, or would it be possible to provide it?
Antern
  • 43
  • 4
0
votes
1 answer

Get Sharepoint online file structure into json file using javascript

I have a problem, I am a UX Designer and I am designing a Global Enterprise knowledge base. Data is stored everywhere. I need to be able to pull a list of directories & files from an online (hosted on Office 365) sharepoint repository and place it…
Tim
  • 1
  • 2