microsoftgraph/msgraph-sdk-dotnet-contrib

Issue using Microsoft Graph SDK filter clause in an Calendar/Events query.

Closed this issue · 1 comments

Issue using Microsoft Graph SDK filter clause in an Calendar/Events query. Here is the actual c# code that I am having the problem with: var results = await eventServiceClient.Users[users[i].Id].Calendar.Events.Request().Top(999).Select("Start,End,Body,BodyPreview,Subject,CreatedDateTime,LastModifiedDateTime,Type").Filter("startDateTime ge 2023-03-20T08:00:00").GetAsync();

This repository is for the Graph.Community library.

I believe this issue should be raised in the SDK repo at https://github.com/microsoftgraph/msgraph-sdk-dotnet