ScheduleResource
Description
Display a scheduleResources details[like availability of resource] need to setup a resources details from admin -> resources
Attributes
tile:scheduleResourcebody: Title for the dispatch schedule [Functionality not implmented for this attribute]opts: objectsrule: Conditiondispatch: Dispatches data attributesquery: Data query to display the details on the calendar
Example
{
"tile": "scheduleResource",
"title": "scheduleResource Test",
"body": "Hello from scheduleResource body",
"opts": {
"dispatch": {
"trackerId": "fe417a00-a91e-4623-8313-a5a88ec222d2",
"swimlaneId": "562fc2b5-a52b-4a91-a36a-4297eebdf35f"
},
"query": "given tracker [journal-inbox]"
}
}