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

Can The phone collections of a Contact in Outlook REST API allow more than 2 records?

I worked on an application that uses the Outlook REST API to retrieve contact information and my team realized that the phone collections of the contact (BusinessPhones and HomePhones) only allow 2 records. If it send a third value in one of the…
-1
votes
1 answer

Will the unified API have delegate auth for administrators?

All other major storage providers provide administrator-level access via their APIS to individual user files. Will this be coming with the preview? Is this available now automatically, without having to grant specific permissions outside of the API?
Eric Warnke
  • 1,325
  • 12
  • 18
-1
votes
2 answers

Skip "login.windows.net" and redirect to federated ADFS

Any suggestion on how to skip the selection of login url (home realm?)
-1
votes
1 answer

Can I install Outlook App in my Hotmail (Outlook) email Account

Actually i am newer in Develop Office 2013 App. Can I install Outlook 2013 App in my Hotmail (outlook) email account?
Jaykumar Patel
  • 26,836
  • 12
  • 74
  • 76
-2
votes
1 answer

Where can I find the app package names for the Microsoft Store free-trial versions of Office 365 applications?

Context I am looking to identify the app package names of trial versions of Microsoft Office applications without having them installed on my machine. These trial versions are downloaded from the Microsoft Store and are listed separately from full…
Samuel V
  • 21
  • 5
-2
votes
3 answers

List users from specific domain using MS graph api from o365

I am trying to get a list of users' emails from o365 using graph API. I am able to get the complete list using following API https://graph.microsoft.com/v1.0/users?$select=mail The problem is o365 contains multiple domains and I want to list users…
-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
-3
votes
1 answer

Any documentation Available for Microsoft Office365 Exchange development in .net

i am search the sample code for Microsoft Office 365 Exchange but not get please help me?
1 2 3
32
33