Hello Bernard Polman,
Thank you for reaching out.
I have doubled checked your http request, it shows everything fine. I have tested this from my end and I was able to get the results I needed. https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/******@XXXXX.com/calendarView?start=2023-05-01T00:00:00Z&end=2023-05-17T00:00:00Z&$select=serviceName,staffMemberIds,startDateTime,endDateTime
Please note that this end point does not support for application permissions, and I suspect that might be the root cause for your case. Here is the reference KP;- https://learn.microsoft.com/en-us/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0#permissions
I am only able to reproduce the same error, when I use application permissions, but with delegate permissions, it works fine.
Hope this helps.
Thanks.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--