Questions tagged [microsoft365]

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

217 questions
1
vote
1 answer

C# Google Calendar API - Credentials/Microsoft Account

Well, my problem is that I have to register the calendar in my personal google account which isn't a problem but... When creating a new event, my personal e-mail will display there as an Organizer and will put the event in my personal calendar as…
1
vote
1 answer

Floor plans and locations in the Microsoft Graph API

How can I access locations and floor plans through the Microsoft Graph API? They are part of Microsoft 365 Search & Intelligence, but I don't see any option under the search API. For the record the Graph Explorer can be found…
Christophe
  • 27,383
  • 28
  • 97
  • 140
1
vote
1 answer

How to automate pivot table filtering with Office Scripts?

i'm trying to rebuild some VBA-Code in Office-Scripts, because I want to automate the execution via Microsoft Power Automate (former Flow). Now I have problems with a section of my code dealing with pivot tables. In the VBA-Code, i use: Dim…
ediordna
  • 300
  • 2
  • 15
1
vote
1 answer

Office365: Refreshing access token results with "AADSTS9002313" invalid_grant execption

From last couple of weeks we have few clients complaining that our app is auto revoking Office365 oauth every 1 hour. This is the typical behiviour as access token have validity of 1 hour, so our app is designed to auto refresh the access token…
1
vote
0 answers

Technical concepts of CASB Reverse Proxy

Lately, I have been noticing a lot of blogs about CASB Reverse Proxy being used to route the traffic of a cloud application to improve security by parsing the traffic and applying various conditions to evaluate its risks. I couldn't find any…
1
vote
1 answer

Microsoft Graph api query for granted application permission by administrator

I am integrating my SPA web app with Microsoft 365. I have got a question regarding permissions which were granted while integrating with M365. After successful integration and approving the permissions by admin in pop-up login window experience i…
bartkub89
  • 19
  • 6
0
votes
0 answers

Issue with Outlook conversation threads not private

We had an executive send out an email from his Microsoft 365 account to all employees. One of the employees replied directly to the sender (not reply to all), and began a sideline conversation. The executive forwarded the reply to an outside…
BashfulCoder
  • 152
  • 1
  • 1
  • 7
0
votes
1 answer

How do I remove all licenses from a user using the AzureAD v2 Module?

I need to remove all licenses from a user in Microsoft 365 using the AzureAD v2 Powershell Module (Not MSOnline or Microsoft.Graph). I tried following the documentation for Set-AzureADUserLicense, but it doesn't explain how to remove licenses using…
Nova
  • 38
  • 6
0
votes
1 answer

VBA - How to add a custom outlook button that sends a webhook request

I'm in way over my head with this and cannot get it to work. Ideally, I have a custom button on my Outlook ribbon that will send a webhook request. I cannot get the VBA script to successfully add the button. Additionally, I want the button to be…
Ken
  • 1
  • 2
0
votes
0 answers

Getting users associates with a subscription ID in PowerShell

We have some Dynamics Sales Pro licenses that are expiring and were trying find the users with that license by the subscription ID in MSOLAccountSku; it returns nothing Get-MsolUser -All | Where-Object {($_.licenses).SubscriptionIds -match…
0
votes
0 answers

Viva Graph-API not returning JSON metadata - /v1.0/employeeExperience/learningProviders

Issue Desc When I am trying to call - https://graph.microsoft.com/v1.0/employeeExperience/learningProviders with API permissions LearningProvider.Read, LearningProvider.ReadWrite available into the token, but still it gives me error as…
0
votes
0 answers

Contact folder not visible in M365

I have code using EWS (direct XML, not the managed API) that creates a contact folder in M365. This has been working fine, but recently I discovered that such created folders are not visible in the M365 client unless the option "New Contacts" is…
Jeff McKay
  • 75
  • 5
0
votes
0 answers

Why the mailbox Size is Reducing while Migrating between Office 365 Tenants with Graph API?

I am using Graph API for a project to get messages and attachments from one Office 365 account and post it to another o365 account. Everything going fine but mailbox is not same for the target mailbox. I checked email content and attachments and…
0
votes
0 answers

Outlook add to internal link in email "file:///"

Since a week ago outlook chnaged his behaviour and started to add to the link used for the locall network "file://" and made impossible to open local files, someone has a solution? i tried to find a solution in the options but i didn't found…
Ronco95
  • 31
  • 6
0
votes
1 answer

Simple "executeFlow" action in SharePoint online won't trigger

I want to trigger a simple manual test flow (only has one "compose" action after the trigger) to see if it can be triggered correctly from within SharePoint. Found this Microsoft documentation and followed it to a t:…