office365-apps

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

一世执手 提交于 2021-02-07 19:14:36
问题 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 calendar and for regular user calendar in outlook 2016 native as well. Our applications helps to create structured agenda for a meeting but since the add-in is disabled we cant use the app in group calendar using Outlook 2016 native. Here is the

Office.context.mailbox.item.body.getAsync() method does not work in outlook mac 2016

做~自己de王妃 提交于 2021-01-27 04:41:19
问题 In office 365 outlook add-in, Office.context.mailbox.item.body.getAsync() method does not work in outlook Mac . But it works fine in safari and chrome . office js reference is "https://appsforoffice.microsoft.com/lib/1/hosted/office.js" here is the code of add-in read app var _item = Office.context.mailbox.item; var body = _item.body; // Get the body asynchronous as text body.getAsync(Office.CoercionType.Text, function (asyncResult) { if (asyncResult.status !== Office.AsyncResultStatus

Make Outlook add-ins working with Office 365 shared mailboxes

会有一股神秘感。 提交于 2020-07-06 16:50:57
问题 I am building apps with the new technology of Office add-ins (formerly app for Office). The add-ins activate well when registered globally for the Office 365 tenant or individually by user (mechanical gear > manage add-ins). I would like my add-in to work with Office365's shared mailboxes. The add-ins do not load in Outlook desktop or in OWA when the shared mailbox is open alone. However, I managed to make it work when setting the shared mailbox as a shared folder displayed under my primary

Make Outlook add-ins working with Office 365 shared mailboxes

て烟熏妆下的殇ゞ 提交于 2020-07-06 16:50:34
问题 I am building apps with the new technology of Office add-ins (formerly app for Office). The add-ins activate well when registered globally for the Office 365 tenant or individually by user (mechanical gear > manage add-ins). I would like my add-in to work with Office365's shared mailboxes. The add-ins do not load in Outlook desktop or in OWA when the shared mailbox is open alone. However, I managed to make it work when setting the shared mailbox as a shared folder displayed under my primary

Get “Target URL … is not allowed” error message when actioning Outlook actionable message for external email user

半腔热情 提交于 2020-04-30 10:32:35
问题 We're developing a connector that creates actionable outlook messages for external users. I.E. This is a service. Can anyone please help with the below example? We're getting an error for the external users when they try to action the message by clicking on one of the action buttons. Example: User A is on the tenant that registered the connector - Tenant A, User B is on another Office 365 tenant, Tenant B. We've created an Office 365 connector targeting the user's "Inbox" The connector has

Get “Target URL … is not allowed” error message when actioning Outlook actionable message for external email user

和自甴很熟 提交于 2020-04-30 10:32:07
问题 We're developing a connector that creates actionable outlook messages for external users. I.E. This is a service. Can anyone please help with the below example? We're getting an error for the external users when they try to action the message by clicking on one of the action buttons. Example: User A is on the tenant that registered the connector - Tenant A, User B is on another Office 365 tenant, Tenant B. We've created an Office 365 connector targeting the user's "Inbox" The connector has

Outlook API OAuth2 offline acces / permanent access using php

老子叫甜甜 提交于 2020-01-21 07:15:06
问题 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 keyboard) https://dev.outlook.com/RestGettingStarted/Tutorial/php 回答1: Absolutely! In order to get offline access, you need to add the offline_access scope to your requested scopes. This will result in a refresh token being sent along with your access

Outlook 365 add-in only appears in Outlook 2013 client

我是研究僧i 提交于 2020-01-14 13:57:32
问题 I have a problem to show my add-in in Outlook 2016. I developed it as a Office365 Add-in and it works like a charm in Outlook 2013. But at the time I wanted to test it in Outlook 2016 it does not show up in the 'Apps for Office' section. I think I have to add something to the manifest.xml, but I don't know what. In Outlook 2013 it opens a task pane in the right corner. It would be nice if it would be the same in Outlook 2016. My Outlook 2013/2016 Add-in .XML looks like this: <?xml version="1

Get events of a specific time range

柔情痞子 提交于 2020-01-07 03:08:08
问题 I'm working with the Office365 Outlook Calendar API. I need to get events of a specific time range. I tried to compare the DateTimeTimeZone values inside of the foreach command, but it seems like it only supports a == operator: if ( calendarEvent.Start >= new DateTimeTimeZone() { TimeZone = TimeZoneInfo.Local.Id, DateTime = DateTime.Now.ToString("s") }) This code snippet fails with the error: Cannot apply operator '>=' to operands of type 'Microsoft.Office365.OutlookServices.DateTimeTimeZone'

Add-In Commands Ribbon shows in Excel Online but not in Excel for Windows

半城伤御伤魂 提交于 2020-01-04 05:37:21
问题 I have an Add-In with its own Ribbon that works fine in Excel online but does not show the Ribbon in Excel on Windows [1]. There, it only shows the default task-pane. To make sure it does not have to do with my own manifest, I verified this with the OfficeDev simple Sample manifest [2]. The only two modifications I did to the xml file are replacing 2 instances of Document with Workbook. Also, I have verified this on two computers. Why could that be? [1] Microsoft Excel 2016 MSO (16.0.4266