I want to get full calendar data like available timings, time off's, intervals of a resource. I found calendar rules entity but its doesn't have post, get, patch or delete. Then how can i get this data out in JSON through API?
I want to get full calendar data like available timings, time off's, intervals of a resource. I found calendar rules entity but its doesn't have post, get, patch or delete. Then how can i get this data out in JSON through API?
Hi Com,
Here is a similar requirement and had been resolved.
According to Andrew's answer, using "calendar_calendar_rules" function to query calendar data would be available.
https://community.dynamics.com/crm/f/117/t/232816
I tried this method to query "name" and "description" and here is my result.
Using "retrieveMultipleRecords" on Calendar could get all data of Calendar, such as "name", "description" and "calendarid".
For more information about messages for the Calendar entity, you could refer to this link.
You could also refer to the Microsoft SDK of Web API for Calendar Rules.
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/entities/calendar
Hope it helps.
Best Regards
Leo