search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DayPilot Calendar Angular allowEventOverlap = false Not preventing Event Overlap

Asked by Jake
5 years ago.

In most recent Pro version, '2018.1.3169', using the default Builder settings at https://builder.daypilot.org/calendar and angular implementation,
'<daypilot-calendar id="day" daypilot-config="dayConfig" daypilot-events="events"></daypilot-calendar>'

The allowEventOverlap property does not disallow event overlap. This was working in DEMO version, prior to installing the PRO version.

Answer posted by Dan Letecky [DayPilot]
5 years ago.

It looks like you are using an old version - the allowEventOverlap property is supported since 2018.1.3187 in the Calendar component:

https://javascript.daypilot.org/daypilot-pro-for-javascript-2018-1-3187/

I recommend using the latest version (2018.2.3281).

You can upgrade the package by replacing the version number in package.json (don't forget to run "npm install" after that). You can also get the NPM link in your account at https://www.daypilot.org/customers/.

Please let me know if the problem persists.

Comment posted by Jake
5 years ago.

That worked, thanks. Seems your PRO download link is a few versions behind.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.