The current implementation of the Native Scheduler component doesn't reactively update the Views definitions inside the Scheduler.
In my scenario, I want to display multiple views like "Day", "Week", "Month", etc. only when the Scheduler data is not grouped. When grouped data is displayed, I want to show only the "Day" view to the users.
To achieve the targeted functionality, with the current implementation of the Scheduler, I should use the key attribute as demonstrated in this StackBlitz example.
Currently, the Native Scheduler doesn't provide an option to programmatically display its "Add new event" or "Edit event" form.
In some scenarios, it will be useful to have the option to programmatically display the "new event" form or be able to load the data of specific existing event into the editing form
Currently, the Native Scheduler component doesn't provide the option to group its date by date.
This option is available in the Kendo UI for jQuery and it will be really nice if we have it also in the Native Vue Scheduler.
We've been using the Telerik UI for ASP.NET AJAX Scheduler for years. It has this nice reminder dialog that can be checked on this link and the below screenshot.
Can you add the Reminder functionality in the Native Scheduler component?
It will be beneficial if we have an option to customize the element that appears in the Scheduler when we resize it. Here is a screenshot for more details: