Share via

make iCalUid selectable for 'includeResourceData' on the /beta/subscriptions POST

Jones, Trenton D. (LNG-HBE) 21 Reputation points
2022-05-17T18:26:40.05+00:00

When using the beta graph api to create subscriptions and setting the 'includeResourceData' property to true, we would like to select resources from /users/<GUID>/event?$select=id, subject, iCalUId

However, when making the POST request we receive, "BadRequest; Reason: Could not find a property named 'iCalUId' on type 'microsoft.graph.event'"

We need to include the iCalUid as we need the unique identifier when many internal users are getting notices for the same event.

Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

ShivaniRai-MSFT-7217 2,751 Reputation points
2022-05-18T10:09:19.797+00:00

Hi @Jones, Trenton D. (LNG-HBE) ,

As per this Documentation, in beta version iCalUid property is replaced by uid. You can try like this /users/<GUID>/event?$select=id, subject, uid
203138-image.png

Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.