microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
202 stars 84 forks source link

Graph Explorer Events API is not considering $isOnlineMeeting filter #3188

Closed PraveenPatelG closed 1 week ago

PraveenPatelG commented 3 weeks ago

Describe the bug Even after applying isOnlineMeeting filter to return only online meetings, the API response contains events which has online meeting is 'false'!!

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://developer.microsoft.com/en-us/graph/graph-explorer'
  2. Copy Paste https://graph.microsoft.com/v1.0/me/events?$isOnlineMeeting eq 'true'
  3. Scroll down to API 'Response Preview' tab
  4. You will see events which have isOnlineMeeting is 'False'

Expected behavior Events API response should consider the isOnlineMeeting filter.

Screenshots image

Desktop (please complete the following information):

musale commented 3 weeks ago

hello @PraveenPatelG I tried running this query with the $filter parameter and I got this error: image

In such a scenario, this becomes a service issue which we don't handle on GE. You can escalate the issue on https://aka.ms/askgraph.

microsoft-github-policy-service[bot] commented 1 week ago

Hello @PraveenPatelG

Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage.

https://aka.ms/askgraph

microsoft-github-policy-service[bot] commented 1 week ago

Hello @PraveenPatelG

Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage. https://aka.ms/askgraph This issue will now be closed. If you encounter any issues with Graph Explorer in the future, please feel free to open an issue.