Calendar Widget

0
Hi everyone, my last question did not receive any answers, but I got a little further. My new question is as follows: Is it possible to use the calendar widget to show the tasks assigned to employees? In the figure below you can see my entities:   What I want is to use the calendar widget (https://appstore.home.mendix.com/link/app/248/) to show all the tasks of all the employees.  Somehow, I don’t really understand how to fill this settings screen. Someone an idea?
asked
1 answers
1

Let me give you some tips of how I would configure it

  • As data source you should select database
  • As Event entity you should select the Task entity
  • As Xpath you can insert the check if the task is associated with an account
  • As start and end attribute you can select the attributes of the task entity

I think this is a good start to setting up the widget

answered