Questions tagged [office365-apps]

Office 365 add-ins lets you create consumer and enterprise experiences running within supported Office 2013 applications by using the power of the web and standard web technologies like HTML5, XML, CSS3, JavaScript, and REST APIs. An app for Office is basically a webpage that is hosted inside an Office client application. Use this tag when referring to Office 365 add-ins only.

Office 365 add-ins lets you create consumer and enterprise experiences running within supported Office 2013 applications by using the power of the web and standard web technologies like HTML5, XML, CSS3, and JavaScript.

An Office add-in is basically a webpage that is hosted inside an Office client application. You can use apps to extend the functionality of a document, email message, meeting request, or appointment. Add-ins can run in multiple environments and clients, including rich Office desktop clients, Office Web Apps, mobile browsers, and also on-premises and in the cloud.

This document provides a quick overview of the Add-ins for Office platform, how an app works inside of an Office application, and how you publish an add-in to the Office Store or to an onsite catalog for consumers to use.

There are several types of add-ins available:

Supported applications:

   Application      | Task pane | Content | Mail
  _______________________________________________
   Excel 2013       |     •     |    •    |
   Excel Web App    |     •     |    •    |
   Word 2013        |     •     |         |
   Outlook 2013     |           |         |   •
   Outlook Web App  |           |         |   •
   PowerPoint 2013  |     •     |         |
   Project Pro 2013 |     •     |         |

Resources:

488 questions
5
votes
1 answer

Office 365 Add-In - How do I hide the task pane?

Currently, my task pane is shown using the Ribbon ShowTaskPane command. How do I hide the task pane in Javascript? Cheers!
wm_
  • 269
  • 2
  • 4
  • 10
5
votes
2 answers

Outlook API OAuth2 offline acces / permanent access using php

I followed the tutorial below to get mail using outlook api. This works, but requires the user to login every time to give access. Is there a way to give permanent / offline access? Similar to how gmail api works (access to when your not at your…
singularity
  • 99
  • 2
  • 9
5
votes
2 answers

Create a folder in SP2013 using REST and HTTPClient

I am trying to create a folder in SP2013 using HTTPClient and REST. The following are the requirements & constraints on the application I need to create a folder in a 2013 document library using REST. CSOM is not allowed. The program must be a C#…
Knows Not Much
  • 30,395
  • 60
  • 197
  • 373
5
votes
2 answers

Sharepoint calendar list view webpart connected with filter

I have a requirement in office online 365 in which following things are needed. Calendar list with custom field "Events", type is choice (General,Marriage,Birthday) Need to create a dropdown in which above field's value should bind. When user…
Richa Jain
  • 641
  • 6
  • 19
4
votes
1 answer

How to authenticate our .NET console application against SharePoint online if we have `DisableCustomAppAuthentication` set to true

We have the following:- SharePoint online tenant recently created Windows server 2019 .NET console application which have some code that integrates with SharePoint online The .NET console application runs on schedule basis using windows task…
4
votes
1 answer

Outlook Web Add-In - Getting and setting room for meeting in Outlook Client

I'm trying to create an Outlook Web Add-In that manages meeting rooms for it's users. The problem is getting and setting rooms in the Outlook Desktop Client. When I try to get the item.RequiredAttendees it gives me back the user's email eventhough…
4
votes
1 answer

Using Office UI Fabric (without react and angular?)

I'm working on a simple add-in for Word Online (created using the Visual C# \ Office/Sharepoint \ Web Add-ins \ Word Add-in template in Visual Studio), and need to show a simple input-form. The add-in web-content is based on a C# MVC web application…
Gertsen
  • 1,078
  • 20
  • 36
4
votes
3 answers

Microsoft Graph API mail office 365: Is any option create inbox message NOT as Draft?

I'm using office 365 mail Microsoft Graph API , trying to create new message following the Doc: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/user_post_messages POST…
VitalyT
  • 1,671
  • 3
  • 21
  • 49
4
votes
1 answer

Add-ins are disabled while creating a meeting in office 365 group calendar in outlook 2016

I am following this Article to create a new meeting in Office 365 group calendar using Outlook 2016(on Windows 10), But all the add-ins are disabled in outlook 2016 native when using group calendar. The add-ins works fine in web outlook for group…
Deepak Sharma
  • 1,873
  • 10
  • 23
4
votes
1 answer

Add-ins do not show up under 'Admin Managed' after deploying them to the Office 365 Admin Centre

After deploying a Word Add-in via centralised deployment, it doesn't show up in Word. We used this procedure to deploy the add-in and it lists it there succesfully. Because we were worried it may be due to something wonky with our own plugin, we…
4
votes
1 answer

SharePoint REST show current user profile picture

When getting the URL from the current user's profile via REST, the image tag is not able to display when the src is updated: