Skip to content

ScheduleResource

Description

Display a scheduleResources details[like availability of resource] need to setup a resources details from admin -> resources

Attributes

  • tile: scheduleResource
  • body: Title for the dispatch schedule [Functionality not implmented for this attribute]
  • opts: objects
    • rule: Condition
    • dispatch: Dispatches data attributes
    • query: 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]"
   }
}