Skip to main content

auto_end_date

Description

Enables automatic changing of the end event date after changing the start date

auto_end_date: boolean

Example

scheduler.config.event_duration = 60; 
scheduler.config.auto_end_date = true;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");

Default value: false

Details

  • The parameter is available from version 2.3.
  • The parameter is used only in pair with the event_duration option.
  • If the parameter is set to true then, when you change the start event time or date in the lightbox, the end event time and date will be changed automatically, in order to make the event's duration equal to the value of the event_duration option.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.