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

How to delete a record in list using the Name in that record

This is my list. How to Delete a record using Student Name not using ID.This is the code which I tried delete function using ID. $("#btnDeleteStudent").click(function() { var IdNo = $("#txtDeleteStudent").val(); $.ajax({ url:…
-1
votes
1 answer

Search if user has account on Office 365?

We have a situation where we have both, our in-house Exchange server and Office 365. I need to search from email address, whether the account exists on in-house server or Office 365. How can we do it through EWS?
-1
votes
1 answer

invalid_grant error with accession Office365 Outlook OAuth

GETTING ERROR {"error":"invalid_grant","error_description":"AADSTS65001: The user or administrator has not consented to use the application with ID '987bdee9-c048-4ea0-b056-25ffc88d536c' named 'Linwood Homes Outlook'. Send an interactive…
-1
votes
1 answer

How can I create a new category in Office 365 calendar using the REST API?

The application I am currently working on adds new events in the user's Office 365 calendar. I would like to display the events in different colors based on some criteria. I think I can achieve that using categories but I didn't find a way to add a…
chris770
  • 15
  • 4
-1
votes
2 answers

Online Edit office Files in my platform

I want to view/edit office files (doc/excel/ppt) in my platform (online). Is there any office Api reference or Sdk or any iframe or any service that ms office provides ? Thanks in advance.
aneeb
  • 75
  • 4
-1
votes
2 answers

How to detect when a new Outlook calendar event is added

Is it possible to detect when a new event is added to an Outlook calendar using the Office 365 API and/or Node.js?
André Schmid
  • 65
  • 1
  • 7
-1
votes
1 answer

Outlook API - Get shared event

I use outlook API v2. I get the list of events from a shared calendar. I use this API call: /users('{EMAIL}')/CalendarView I would like to be able to get a specific event with its ID. I can make a call on my own calendar but the call "get events" on…
Zozor
  • 23
  • 3
-1
votes
1 answer

office 365 calendar api C#

I am building an outlook calendar in Winforms using API and C#. But I am not able to create application in Microsoft website. getting below error while creating application in WPF Error Message I need to get Application ID to go ahead with Office…
-1
votes
2 answers

Copy SharePoint list items from one list to another with attachments using j query, JavaScript or rest API?

Is there a JavaScript or jQuery way we can copy a SharePoint list with attachments from one site collection to another? I exported and imported using Excel but it doesn't bring back the attachments. Any help much appreciated.
-1
votes
1 answer

Office 365 API / delegate and login

I have read a lot of articles about Office 365 API but I need additionnals informations. My goal (MVC Projet) is to collect some data (read only) of my tenant (and customers tenants) like licences subscription (like csp), user informations (like…
-1
votes
1 answer

powershell https://outlook.office365.com/api/v1.0/me/messages

I had the below Powershell working perfectly until last November the 1st. $url = "https://outlook.office365.com/api/v1.0/me/messages" $date = Get-Date -Format "yyyy-MM-d" ## Get all messages that have attachments where received date is greater…
Chicago1988
  • 970
  • 3
  • 14
  • 35
-1
votes
1 answer

Office Web API - Cell activate

In looking through the documentation here: https://dev.office.com/reference/add-ins/excel/range, I can't find a method to simply activate a cell/range. Is this simple method not supported in Office Web API?
Hari
  • 373
  • 3
  • 11
-1
votes
1 answer

Is it necessary to use client certificate in Office 365 Management Activity API or can i use a bearer token based on client key/secret?

I'm successfully getting an access token to resource https://manage.office.com from https ://login.microsoftonline.com/MYTENANTID/oauth2/token using grant_type client_credentials with my client ID and client secret. But I always get "Authorization…
-1
votes
2 answers

Office 365 Graph API or Outlook API?

When using Office 365 APIs to access only email items, should I use the Graph API or Outlook API? I don't need all the different services that the Graph API provides, but the Outlook API seems more full-featured. Which one is more future-proof?
JKoning
  • 285
  • 1
  • 2
  • 8
-1
votes
1 answer

integrate office 365 with C# WebForms Applications

Is there any support for WebForms C# Applications (non-MVC) ? or a work-around? If I want to integrate an existing mature C# webforms app with office 365 authentication and don’t want to have to rewrite the whole application.
Anthony
  • 31
  • 1
  • 9
1 2 3
85
86