I am experiencing an issue that looks like it has been answered in the past. I have an calendar event id that was returned from the search api of the graph api. The id contains forward slashes. In another post it says to replace the forward slashes with %2E2F. I tried that and it still doesn't work for me. Below i have copied the HitId retruned from the search API, and the Request to retrieve the actual event, which fails with an object not found. To verify I used the url below in Microsoft graph explorer and I get the same error as I do in my application.
Can someone help please?
Original ID: AAMkADgwZjlhNmJjLWNiMGQtNGE5MS1hMDVkLTNkNTU2ZWE5ZmM5ZgFRAAgI2fcomcHAAEYAAAAAI6tH+gq1iUqCeqCnGG6yXwcAMq9gls1/Qkq1+34H69QBTgAAAAABDQAAMq9gls1/Qkq1+34H69QBTgAFW9CKNwAAEA==
Changed ID: /v1.0/me/events/AAMkADgwZjlhNmJjLWNiMGQtNGE5MS1hMDVkLTNkNTU2ZWE5ZmM5ZgFRAAgI2fcomcHAAEYAAAAAI6tH+gq1iUqCeqCnGG6yXwcAMq9gls1%252FQkq1+34H69QBTgAAAAABDQAAMq9gls1%252FQkq1+34H69QBTgAFW9CKNwAAEA==
the URI above does not work in graph explorer. Can someone help. Thanks
Share Edit Delete Flag