I have the Calendar widget set up to display 1 week's worth of appointments (BasicWeek view) for a particular Mendix user. I would like to have the initial week (whose dates I set in a wrapper entity) display when the page opens and then, when the user advances forward (or backward) one week, I would like to display the next week's events.
I have tried to accomplish this a number of different ways without much success, however, I am guessing that I am not the first Mendix developer who has tried to do this. If someone in the community has done this and can provide me with the way they set up their domain model and configured the Calendar widget to do this, I would appreciate it.
Thanks in advance.