An API that connects multiple Microsoft services, enabling data access and automation across platforms
You should be able to use the isAllDay property for that. For example:
GET https://graph.microsoft.com/v1.0/users/******@domain.com/calendarView?startdatetime=2024-10-16T00:00:01.0000&enddatetime=2024-10-16T23:59:59.0000&$filter=isAllDay eq true
For negative filtering, adjust the filter to isAllDay eq false.