Calendar Widget

0
I am trying to get a very simple calendar working. I have looked at the documentation online an I’m confused by needing to put the widget inside of a Data View or List View. I am trying to call the calendar directly from a menu and my data is super simple. A project name, installation start date and installation end date.    Is this possible without having a Entity connected to the Projects?  
asked
2 answers
0

Hi Martin,

Just to confirm, which Calendar component are you using, this is the latest one

https://marketplace.mendix.com/link/component/107954

 

The Calendar widget requires context through a data view or list view which can be used by the calendar widget.  Just create a simple Microflow to return a contextual object for the calendar such as the event data itself.

 

 

answered
0

when I select refresh data scourse on view My objects are not reflected in calendar .
Can you please help me .

answered