Hi Everyone,
I am trying to http post method to call http call to filter with start date and end date with conference room event details using graph api and its not working with below query. I want to export room conference events details which was happened in particular timeline or in one month/year.
https://graph.microsoft.com/v1.0/users('abc@gmail.com')/events?filter=start/datetime ge 'start Date' and end/datetime le 'enddate'
can someone provide me an answer what am I doing wrong in that ? Date is coming when i am using below query but its not having filtered output based on date value.
