DHTMLX Event Calendar 1.2-2.2
Released on November 29, 2024
New functionality
- Timeline view
- Recurring events
- Custom view modes (Example)
- Section for unassigned events in the Timeline view
- Switching through the view modes via the toggle or dropdown controls (Example)
- Dim past events (Example)
- Highlight the current time using red line in the Day, Week, Agenda and Timeline view modes
New API
-
Properties
Deprecated API
The eventMargin parameter of the config
property was deprecated. Use the eventHorizontalSpace parameter instead
Updates
-
Methods
- The
createEvent()
method was extended by the event object argument - The
setMode()
method of Event Calendar is updated
- The
-
Properties
-
The
events
property was extended by therecurringEventId
,originalStartTime
andstatus
parameters -
The
config
property was extended by thecalendarValidation
anddefaultEditorValues
parameters -
The
config
property was extended by the dateTitle, eventVerticalSpace and eventHorizontalSpace parameters -
The
templates
property of Event Calendar is extended by the timelineSection parameter (template) (Example) -
The
editorShape
property is extended by the recurring type (editor field) (Example) -
The
events
property of Event Calendar is extended by the RRULE, STDATE, DTEND and recurring parameters (data fields). These parameters are bound to the recurring type of editor -
The
mode
property of Event Calendar is extended by the timeline parameter (view mode). The Timeline view mode is optional and can be configured in theconfig.views
property (Example) -
The
config
property of Event Calendar is extended by the viewControl and dimPastEvents parameters (Example) -
The
config.view
property of Event Calendar is fully updated. See the Migration to newer versions for details. (Example) -
The
config
property of Event Calendar is extended by the dateClick property
-
-
Events
- The
update-event
event was extended by themode
parameter
- The