Skip to content

DHTMLX Event Calendar 1.2-2.2

Compare
Choose a tag to compare
@serhiipylypchuk1991 serhiipylypchuk1991 released this 12 Dec 11:55
· 39 commits to master since this release

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

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
  • Properties

    • The events property was extended by the recurringEventId, originalStartTime and status parameters

    • The config property was extended by the calendarValidation and defaultEditorValues 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 the config.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