Describe the bug Microsoft graph api list events returns internal server error.
Status Code: InternalServerError Microsoft.Graph.ServiceException: Code: ErrorInternalServerError Message: An internal server error occurred. The operation failed. ClientRequestId: 8ca5f68d-1c1d-4b56-af7f-3791f4a24d30
To Reproduce keyword = "123" emailAddress = "test@example.com"; filterString = $"contains(Body/Content, '{keyword}')" graphServiceClient.Users[emailAddress] .Calendar .Events .Request() .Filter(filterString) .GetAsync();
Expected behavior Return CalendarEventsCollectionPage filtered on the Body/Content fields.
Screenshots
Desktop (please complete the following information):
- OS: windows
- Browser: chrome
- Version: 4.45.0 same behavior in graph explorer
Additional context ClientRequestId: 8ca5f68d-1c1d-4b56-af7f-3791f4a24d30