Get cell value using Graph API v6.x is not displaying the value in Java SDK
While fetching the get cell value from the worksheet, no value is return in Java SD of MS Graph API:
Is there any Graph API which list all the API tokens in M365
I am trying to find an API which will list all the API tokens using graph API.
Listing members of a O365 group using Graph
Im using Perl LWP to get some information on groups: owners and members. The strange thing is that listing owners works without any problem, getting the users gives me a return code 200 but with empty content… no users. While I know the group does in fact have members.
Graph API – Deleting not working with username/password auth
Would love some help from any experts on this. I’m attempting to build a simple service that pulls emails from an Office 365 email box using the Microsoft Graph API. The service finds all new email, processes them using internal business logic, then deletes them from the box. Very standard service.
Get Shared calendar Microsoft Graph API via /me/calendars
I’ve created an application in which I need to access a shared calendar. To do so, I use the GET /me/calendars endpoint.
token=2024-04-28T14%3A00%3A00%2B8%3A00Z brings older changes too and get sensitivity label from Graph
I am trying to get changes to sensitivity labels.
Using a date time token in:
Microsoft Graph: re-send invitations, without modifying Event?
I’ve been trying to trigger a meeting organizer to resend the invitations for an Event via Graph, and I don’t want to modify the event at all. Here’s what I’ve tried so far:
Ms graph TimeOff note/description/comment from api
When a user creates a timeoff in teams, he can leave a comment or note for that timeoff. Sometimes this is very important; for example, there may be a description of the reason for changing the schedule and the working time. But for some reason I can’t find anywhere the opportunity to get this note via API. For example, you can get this note in the shift:
Remove Meeting from Calendar
I have a large number of users who have a meeting in their calendar that lasts every month for 10 years. I need to access each user’s calendar to make sure that this meeting is no longer there, or if it is, to display who has it so I can go in and delete it. I tried using Get-MgUserEvent, but it only shows common meetings.