10,818 questions with Microsoft Graph-related tags

Sort by: Updated
6 answers

Microsoft Bookings - Remove Bookable Status

We have a client that users Bookings and he wants to remain an administrator and see appointments being scheduled but doesn't want his name appearing as an option when his clients are booking appointments. We have set all his availability to never so…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2021-01-25T20:18:55.023+00:00
Bob Collier 21 Reputation points
commented 2024-05-21T20:53:53.9266667+00:00
sd995 0 Reputation points
0 answers

Graph API returns question marks for non ascii names

I am seeing an issue where the display name returned by the list rules API (https://learn.microsoft.com/en-us/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0&tabs=http) is a string of question marks and spaces when the name of the message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-21T19:31:40.85+00:00
James Yeh 0 Reputation points
0 answers

How to filter/query multiple messages with Microsoft Graph API

Hello ! I would like to filter / query on custom attributes on /messages I have an Azure mail server that allows me to retrieve received emails via Microsoft's Graph API. I would like to avoid retrieving all emails and instead only retrieve those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-21T12:20:42.2466667+00:00
Hda 0 Reputation points
commented 2024-05-21T18:19:33.66+00:00
Azizkhon Ishankhonov 195 Reputation points
1 answer

Graph API Message Search - Problem with AND

The top param doesnt really matter because search only return 275 results max anyway, so ignore that aspect. If I remove everything from the AND statement onwards and just search for body, it works fine. However, I need the received date of the message…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-04-19T13:28:37.5733333+00:00
Barone, Lou 56 Reputation points
answered 2024-05-21T17:54:42.7366667+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
2 answers

Need unique identifier of scheduleItem resource type

I would like to use the Microsoft Graph to view and modify calendar information. Unfortunately, the scheduleItem resource type does not contain the unique identifier of the item so there is no reliable way of matching them to the results from the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-08T20:30:55.42+00:00
Ryan 20 Reputation points
commented 2024-05-21T17:50:47.42+00:00
Ryan 20 Reputation points
1 answer

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 5 Reputation points
commented 2024-05-21T17:04:39.5266667+00:00
JavaDeveloper-4738 5 Reputation points
1 answer

InvalidAuthenticationToken with https://graph.microsoft.com/v1.0/me/calendar/events

I have a code to add an event in a calendar. The code has been working succesfully until few weeks ago when I got the following error: {"error":{"code":"InvalidAuthenticationToken","message":"IDX14100: JWT is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2023-10-05T14:58:43.9633333+00:00
Conchi Sanz 0 Reputation points
edited a comment 2024-05-21T16:58:00.9+00:00
Mansur 0 Reputation points
0 answers

How to get ordering in events obtained from delta request

I am using Microsoft Graph API to access details about files in Sharepoint. I am using the delta query request to get the list of files updated since my last fetch. Couple of questions - If there is a file creation operation and then a delete operation…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,825 questions
asked 2024-05-21T16:13:15.9966667+00:00
User3 0 Reputation points
0 answers

MSGraph Instability - Random 503, 400 errors and getting forcibly dropped

Hello, I have written a GraphAPI app that visits each directory in given users' Onedrive and reports statistics about the folders and files. It makes calls to the API asynchronously, but I have been careful to write it with throttling and usage limits…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
858 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,825 questions
asked 2024-05-21T16:12:03.1666667+00:00
Sean Dizazzo 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get data for single item in recycleBin for Sharepoint using Msft Graph API

I am using Microsoft Graph API to access details about files in Sharepoint. I can get the list of deleted items using - https://graph.microsoft.com/beta/sites/{siteId}/recycleBin/items/ But when I try to retrieve data about a single item using …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,825 questions
asked 2024-05-21T07:15:30.1966667+00:00
User3 0 Reputation points
accepted 2024-05-21T16:04:36.99+00:00
User3 0 Reputation points
1 answer

"ObjectHandle is invalid" for one of user's personal drives

I have written an integration with OneDrive that traverses the user's drives and folders. I was recently contacted with a bug for a user that had multiple personal drives. Here's what was returned for /me/drives: GET /me/drives [0] =>…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-01T09:18:17.31+00:00
Dan Gravell 0 Reputation points
answered 2024-05-21T15:30:09.4733333+00:00
CharanyaB-MSFT 1,421 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to add attendees to event without sending notifications to existing attendees?

I am trying to use the graph api through Zapier (third party automation flow tool). I am trying to update an existing outlook event with new attendees. The current outlook part of my pipeline looks like this: GET event body from outlook using API…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,096 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-20T14:36:28.8333333+00:00
Ofek Kochavi 20 Reputation points
accepted 2024-05-21T15:13:48.3833333+00:00
Ofek Kochavi 20 Reputation points
0 answers

Add other operating system to disable device from update-mgdevice command

I try to disable a device with the command : update-mgdevice -deviceid "IDofTheDevice" -AccountEnabled:$false But I get that answer when I tried for an Android or iOS device : Update-MgDevice_UpdateExpanded: Properties other than…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-21T14:57:06.59+00:00
François Simansour 0 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to request the solutions/virtualEvents/webinars endpoint

My objective is very simple : displaying the list of my organization scheduled webinars in Teams on a webpage using MS Graph API. I have a few webinars planned on the calendar which I want to automatically display in a public webpage. I am able to access…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-21T09:43:11.8+00:00
Antoine BIDAULT 20 Reputation points
accepted 2024-05-21T14:15:24.74+00:00
Antoine BIDAULT 20 Reputation points
0 answers

In Graph for Teams we used to be able to get a shift group for Time Off instances, This has somehow disappeared? Am I crazy or just dont know how to query graph correctly

In previous months in Shifts for Teams off time instances had a shift group ID, I cannot find this anymore. Am i doing something wrong.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,907 questions
asked 2024-04-09T13:30:03.65+00:00
Jonathan Spencer 0 Reputation points
commented 2024-05-21T13:24:46.4+00:00
Vaibhav-MSFT 15 Reputation points Microsoft Vendor
1 answer

Microsoft missed scope validation on their side while sending an email

Hi! When you send a request to https://graph.microsoft.com/v1.0/me/sendMail and try to create and send an email, you can do it without the "Mail.Send" and "Mail.ReadWrite" scopes. When your access token doesn't have these permissions,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2024-05-21T12:46:59.2633333+00:00
Dmytro Maliuta 0 Reputation points
answered 2024-05-21T13:21:41.9966667+00:00
Azizkhon Ishankhonov 195 Reputation points
2 answers One of the answers was accepted by the question author.

getActivityByInterval returns all 0 values for timeSpentInSeconds

Looking to fetch Activity data for a few dozen SharePoint sites through the Graph API and hitting a bit of a snag. The response I always get to a simple "" call seems to have the "timeSpentinSeconds" values (even though these aren't…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2023-12-14T10:20:22.8233333+00:00
Ivo Angelov 20 Reputation points
answered 2024-05-21T13:20:15.69+00:00
Wajid Anwar 0 Reputation points
0 answers

Automatically install app as a personal app

Hello, could someone help me with automatically installing an app as a personal app for users who add the bot to a channel in a team? For example, when Adobe Acrobat is added to a channel in a team, it is also automatically installed as a personal app…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,907 questions
asked 2024-05-08T06:51:38.31+00:00
Vijay Rampwin 0 Reputation points
edited a comment 2024-05-21T13:13:45.47+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 30 Reputation points Microsoft Vendor
1 answer

How to filter by createdDateTime Graph API 'me/drive/microsoft.graph.sharedWithMe'

Trying to filter the response by "createdDateTime", but always get an InvalidRequest.  Request: GET https://graph.microsoft.com/v1.0/me/drive/microsoft.graph.sharedWithMe?$filter=createdDateTime ge 2024-05-15T09:00:00Z Response:  {    …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,224 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
858 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,825 questions
asked 2024-05-21T11:48:06.3533333+00:00
Aishwarya Brahmankar 0 Reputation points
answered 2024-05-21T12:24:09.9366667+00:00
Hitesh Pachipulusu - MSFT 80 Reputation points Microsoft Vendor
1 answer

Downloading mail attachments fail with `OLE conversion failed for an attachment`

Trying to download attachments of an email fail with OLE conversion failed for an attachment error. I am able to get all the information except for the actual content of the attachment. Just creating attachment from OneDrive and deleting them on OneDrive…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,796 questions
asked 2023-06-06T06:40:40.3966667+00:00
Abin Simon 16 Reputation points
commented 2024-05-21T11:09:25.5833333+00:00
Abin Simon 16 Reputation points