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

Office.context.mailbox.item.categories.addAsync no longer working in OWA calendar #4909

Open
3 tasks
davidkantor opened this issue Sep 19, 2024 · 1 comment
Open
3 tasks
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown

Comments

@davidkantor
Copy link

davidkantor commented Sep 19, 2024

Provide required information needed to triage your issue

In the past we were able to add labels to meetings in OWA (only in read mode though) this functionality no results in an error:

code: 5000
name: "Host Error"
message: "The operation is not supported."

when in browser it fails when syncing a meting someone else created but succeeds if it is a meeting i created
in desktop it still works either way

Your Environment

  • Platform [PC desktop, Mac, iOS, Office on the web]: Web
  • Host [Excel, Word, PowerPoint, etc.]: Outlook calendar
  • Office version number: latest
  • Operating System: mac/windows
  • Browser (if using Office on the web): chrome

Expected behavior

label added when function called

Current behavior

error received

Steps to reproduce

  1. be sure label exists in master label list, if not add it
  2. open meeting someone else created
  3. run
Office.context.mailbox.item.categories.addAsync([label], function (asyncResult) {
   console.log('categories.addAsync call will fail', asyncResult);
 });

Link to live example(s)




Provide additional details




Context

Useful logs

  • Console errors
  • Screenshots
  • Test file (if only happens on a particular file)

Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Sep 19, 2024
@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 Sep 19, 2024
@exextoc exextoc self-assigned this Sep 19, 2024
@exextoc exextoc added the Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown label Sep 24, 2024
@Swathy-Mothilal
Copy link

@davidkantor Thanks for reporting this issue. . It has been put on our backlog. We, unfortunately, have no timelines to share at this point.
Internal tracking id: Eg: Office: Bug 4929696

@Swathy-Mothilal Swathy-Mothilal removed the Needs: attention 👋 Waiting on Microsoft to provide feedback label Sep 24, 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 Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown
Projects
None yet
Development

No branches or pull requests

3 participants