Answered: Unfortunately, I’m not able to reproduce the error. There was no Vue-related change in the latest release (i.e. between 5.6.0 and 5.7.0). I recommend checking it with a blank project generated using ...
Answered: In order to detect changes performed by the Scheduler UI in Vue, you need to watch the source object. Like this: <template> <DayPilotScheduler :events="events" :resources="resources" /> </template> <...
Answered: Thanks for reporting the issue! The current date is changed using the onTimeRangeSelected event of the date picker (Navigator): const navigatorConfig = { // ... onTimeRangeSelected: args => { calenda...