Questions tagged [office365]

Microsoft Office 365 includes service APIs for the hosted versions of Exchange Server, SharePoint, Lync, and Yammer. These APIs give you access to Files, Sites, Calendar, Contact, Mail, Notes and other data stored in Office 365. Many of these are also available via the Microsoft Graph. Additionally, there are APIs for integrating with add-ins for SharePoint, Word, Excel, PowerPoint, Outlook, and OneNote.

Microsoft Office 365 is a commercial software plus services offer from Microsoft Corporation that includes the Microsoft Office suite of desktop applications plus hosted versions of Microsoft's Server products (including Exchange Server, SharePoint Server, and Lync Server) delivered and accessed over the Internet. Considered the next version of Business Productivity Online Services (BPOS), Office 365 was launched on June 28, 2011.

Office 365 is offered in a number of different plans designed for different needs and market segments. These include:

  • Office 365 for enterprise: Designed for businesses with internal or partner-supported IT staff and resources. Add on plans are available for information workers with dedicated PCs and kiosk workers (such as baristas or physicians) who share a PC and need only Web-based access.
  • Office 365 for small business: Designed for businesses without dedicated IT staff or resources.
  • Office 365 for education: Designed for schools and a replacement for the Office Live@edu service.

Microsoft has said that Office 365 will receive updates on a 90-day cycle. It has also mentioned that Microsoft Dynamics CRM Online will be available as an option with Office 365 starting sometime in 2011, as will Windows Intune, a tool for monitoring and optimizing PCs

8833 questions
2
votes
1 answer

Office 365 Unified API returns only 10 contacts

I'm using unified graph api v1.0 for office 365 and when i make a query as follow: https://graph.microsoft.com/v1.0/me/contacts It returns me only 10 contacts. But when i do: https://graph.microsoft.com/v1.0/me/contacts/$count I can see that i…
RaccoonDeveloper
  • 224
  • 2
  • 11
2
votes
3 answers

Accessing SharePoint Online sites via the unified API

The new unified Microsoft API is supposed to cover all Office365 products. However, I can't find any documentation on how to access SharePoint online sites and lists. Could somebody clarify how to do it? If it's not possible, can I still use the old…
t_tia
  • 556
  • 1
  • 4
  • 17
2
votes
1 answer

Programmatically export a SharePoint Online list Daily

I've been doing SharePoint for a few years now and this seemingly simple task has me stumped. I would like to automate the export of a list so that it runs at the end of each day and emails the report to me. This is in O365 so I can't just plop some…
2
votes
2 answers

Office365 auth fail: Application with identifier XXX was not found in the directory YYY.onmicrosoft.com

I am writing a python app which must collect some data from user's SharePoint Online sites. I am trying to connect to the SharePoint online via Office365 unified REST API (Microsoft Graph API). I've got client_id and key in Azure AD. My app…
2
votes
1 answer

Jenkins Email Extension Plugin unsuccessful authentication with Office 365 account

Current issue happens on jenkins server v1.638 with Email extension plugin v2.39. I am trying to send test mail to an email account in office 365. Email plugin settings: SMTP SERVER: smtp.office365.com USERNAME:…
2
votes
1 answer

How do I fetch/read custom document properties using OfficeJs in a task pane app?

I have added custom document property "TemplateId" from server and in task pane app when the document opens I want to fetch this custom document property (see image) using OfficeJs. (using OfficeJs version 1.1)
2
votes
1 answer

Write requests are only supported on contained entities, Microsoft Graph API

POST https://graph.microsoft.com/v1.0/Groups/bb754bb6-xxxx-xxxx-8e66-4c57c626ee29/members Accept: application/json Authorization: Bearer Content: { "directoryObject": { "id": "5cb55683-xxxx-xxxx-xxxx-5e163c939005" …
2
votes
1 answer

New Microsoft Graph API - App-only access

I want to check the calendars from several users. Therefore, I need app-only access (because the app needs more rights than the logged in user). With the "old" API this was possible by following these instructions:…
AJRames
  • 135
  • 1
  • 11
2
votes
1 answer

"ErrorAccessDenied" when getting user photos with Microsoft Graph API v1.0

I'm getting an "ErrorAccessDenied" when attempting to get user photos with the Microsoft Graph API v1.0. I have approx 200 users, and I'm getting this error for around 1 in 10 user photos (the others work fine). I can get user profile info fine…
Steph Sharp
  • 11,462
  • 5
  • 44
  • 81
2
votes
1 answer

Does "Outlook Mail REST API" include access to corporate MS exchange server email?

I found in the documentation of the "Outlook Mail REST API" (https://msdn.microsoft.com/office/office365/APi/mail-rest-operations) that it applies to "Exchange Online | Office 365 | Hotmail.com | Live.com | MSN.com | Outlook.com | Passport.com".…
2
votes
2 answers

How to get a list of recently edited files?

Last week, Microsoft released the new Graph API to the public (after being in preview for a few months) exposing Office365 data via REST. As everything is still relatively new, there are only few tutorials & documentation available. I am looking for…
casaout
  • 1,819
  • 3
  • 24
  • 54
2
votes
2 answers

Is it possible to develop for Office 365 (confusion due to new-to-365)

I'm not even sure if it's possible at all. Earlier, I've been designing addons to Outlook and Excel (using VSTO and VBA). Now, my company got into this Office 365 thinking and we have all our environment online, no local software at all, strictly…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
2
votes
0 answers

When using scope "https://outlook.com/Calendars.ReadWrite" returns an empty token

I'm trying to write an app that automatically add/delete/update events (Calendar) in office 365. I followed this tutorial: https://dev.outlook.com/RestGettingStarted/Tutorial/dotnet . This way I managed to get the app to read mails and read events.…
FNeirinck
  • 21
  • 4
2
votes
1 answer

The request body contains unexpected chracters/content for the specified content type and encoding

The api url https://graph.microsoft.com/beta/rldev.onmicrosoft.com/groups does not accept utf for the displayName parameter. For example "é" "æ". Message: The request body contains unexpected characters/content for the specified content type and…
rlcharles
  • 21
  • 3
2
votes
1 answer

Power BI Table Matrix Visualization with alternate Colors

The Table in Power BI for Office 365 shows in plain simple view in While Background and font colors can be changed,! is there any visualization which I can import which shows rows in alternate colors
Sandeep540
  • 897
  • 3
  • 13
  • 38
1 2 3
99
100