Display and manage calendar events
- Add and edit calendar events
- Drag and drop calendar events
- Change calendar event color
- Mendix 7.15.1
https://reactcalendar.mxapps.io
- Place the widget in data form within the context of the event entity
- Calendar event can be retrieved from the database by context, xpath, microflow or nanoflow
- Select the event entity
- For data source
Microflow
, select aData source microflow
and for data sourceNanoflow
, select aData source nanoflow
- Select attributes to provide the event
Title
,start date
,end date
,color
and a boolean attribute to determine whether the event should be consideredall day
Standard
view hasday
,week
andmonth
view only- To set a
Custom toolbar
, selectCustom
view Month
is the default viewStart position attribute
is optional
- Truncated events are shown in an overlay when you click the
+x more
link
- There are three types of
Events
- There are two click events. Clicking on a
calendar event
and clicking on aday slot
- The third event is the change event
- There two change events as well.
Drag and drop
plusevent resizing
We are actively maintaining this widget, please report any issues or suggestion for improvement at https://github.com/mendixlabs/calendar/issues
See here