Relative Content

Tag Archive for microsoft-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.

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.