Hi ,
I tried to get the meeting details in sharpoint using RestAPI with filter as Meeting ID, then the Meeting is coming.But when tried to filter with date I'm getting this error response
{
"error": {
"code": "-1, Microsoft.SharePoint.Client.InvalidClientQueryException",
"message": {
"lang": "en-US",
"value": "The expression \"startdatetime ge datetime '2020-10-01T00:00:00Z' and enddatetime ge datetime '2020-10-15T00:00:00Z'\" is not valid."
}
}
}