I'm unable to filter by clockOutEvent/dateTime using the api described here https://learn.microsoft.com/en-us/graph/api/timecard-list?view=graph-rest-beta&tabs=http
I'm using the js library to build the query with this filter:
.filter(`clockOutEvent/dateTime gt 2021-07-01`)
I just receive the following error:
{"code":"BadRequest","message":"The entity property 'clockOutEvent/dateTime' and operationKind 'GreaterThan' is not allowed in $filter query.","innerError":{"date":"2022-12-26T17:42:23","request-id":"b059084f-1178-41ec-a8bc-48aa00e072c7","client-request-id":"556df27c-851a-81d3-63af-9181b2b6175d"}}