Need to know if: given a time T0, T0 is a valid Operating Hour (our users are at work) or not (holiday, time off, break) based on a Calendar queue and its related calendar rules.
Is there a way to query odata the calendar rules?
Based on this article
I tried to query odata as:
https://[...]/api/data/v9.2/calendars(07d4aaa7-9453-ed11-bba2-000d3adf73bc)$expand=calendar_calendar_rules
but it results in bad request
{"error":{"code":"0x8006088a","message":"Bad Request - Error in query syntax."}}
In particular I need to figure out if there's a way to now if my Queue users are online (working) /offline (break,holidays,service is closed) within a Power Automate]