Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart Alert Feature not working in Outlook Mac Thick Client on OnAppointmentSend events. #4409

Closed
RaveendraReshma opened this issue Apr 29, 2024 · 7 comments
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins

Comments

@RaveendraReshma
Copy link

RaveendraReshma commented Apr 29, 2024

Provide required information needed to triage your issue

  1. We are developing office web Addin for Outlook using event based (Smart Alert). The Addin is generated using Office Yo generator Task Pane add-in using the React framework.
  2. We have Send Mode as "blocked" for OnAppointmentSend events.
  3. The issue appears Only in Outlook Mac Thick Client where, once the user clicks on Send, a dialog with message add in is blocking the send of this message with don't send button is shown.
  4. Smart Alerts work fine in Safari browser. The issue only exists in Outlook Mac.

Your Environment

  1. Platform : MAC
  2. Host : Outlook on MAC
  3. Office version number : Version 16.84.1 (24042118)
  4. Operating System : MacOs

Expected behavior

  1. When user clicks on send it should redirect to smart alert dialog, how ever its showing another dialog with message, add in is blocking the send of this message with don't send button.

Current behavior

  1. On click of send another dialog appears with message, add in is blocking the send of this message with don't send button.

Steps to reproduce

  1. Add recipients and click on Send.
  2. Below dialog appears with the don't send button.
    image

Context

  1. The issue is User will not be able to open the taskpane and will be shown a dialog with don't send button as shown below.
    image
  2. And the same works fine in Outlook on web [Safari].
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Apr 29, 2024
@RaveendraReshma
Copy link
Author

To shorten the above,

Issue: Send button not displaying verify button popup and preventing smart alert task pane from opening

Issue Description:
Upon clicking on the "Send" button of Outlook, the expected behavior is to display a "Verify" button popup. However, the current behavior is showing a "Don't Send" popup instead, which prevents the smart alert task pane from opening.

Expected Behavior:
After clicking the "Send" button, a popup should appear prompting the user to verify the email address using the "Verify" button. Once verified, control should be transferred to the smart alert task pane.

@exextoc exextoc added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: Outlook Issue related to Outlook add-ins and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Apr 30, 2024
@exextoc exextoc self-assigned this Apr 30, 2024
@neprasad-microsoft
Copy link

Hi @RaveendraReshma
Could you paste the event.completed code from your add-in here? Or if possible share it in a private repo and give exextoc access.
Also, please reproduce the issue and collect logs. Steps to collect logs is captured here - https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues

@neprasad-microsoft neprasad-microsoft added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels Apr 30, 2024
@RaveendraReshma
Copy link
Author

RaveendraReshma commented Apr 30, 2024

@neprasad-microsoft

  1. The incident id for mac - GMTD59HT

  2. below is the event.completed code on onSendEvent

event.completed({
allowEvent: false,
errorMessage: "Please verify.",
commandId: "appOrgTaskPaneButton",
cancelLabel: "Verify",
});
}

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: author feedback Waiting for author (creator) of Issue to provide more info labels Apr 30, 2024
@neprasad-microsoft
Copy link

Hi @RaveendraReshma
We tried with this event.completed code and were still unable to repro this issue. Please share your manifest with us so that we can sideload the add-in and debug to see what the issue is.

@neprasad-microsoft neprasad-microsoft added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels May 3, 2024
@RaveendraReshma
Copy link
Author

@neprasad-microsoft

please find below the manifest file
Manifest.txt

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: author feedback Waiting for author (creator) of Issue to provide more info labels May 6, 2024
@DivyaPatidar
Copy link

@RaveendraReshma The manifest you provided has localhost URLs thus it won't work for us. Is it possible for you to share manifest with actual URLs or sample add-in code where this issue repros for you?

@DivyaPatidar DivyaPatidar added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels May 7, 2024
@RaveendraReshma RaveendraReshma changed the title Smart Alert Feature not working in Outlook Mac Thick Client on OnMessageSend and OnAppointmentSend events. Smart Alert Feature not working in Outlook Mac Thick Client on OnAppointmentSend events. May 8, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Status: no recent activity Issue or PR is stale (no recent activity) label May 12, 2024
@RaveendraReshma
Copy link
Author

@DivyaPatidar

The smart alerts is now working for both the send events.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Status: no recent activity Issue or PR is stale (no recent activity) Needs: author feedback Waiting for author (creator) of Issue to provide more info labels May 13, 2024
@exextoc exextoc removed the Needs: attention 👋 Waiting on Microsoft to provide feedback label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins
Projects
None yet
Development

No branches or pull requests

4 participants