How to show read only calendar Answered: Yes, you can disable event moving using the eventMoveHandling property: { eventMoveHandling: "Disabled", // ... } article-10748-cjavascriptvuejsvue3event-calendarcomposition-apiappointmentopen-sourcehow-to
Demo does not work 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... article-66224-cjavascriptcomposition-apivuejsfree-busyvue3open-sourcebug