Search found 20 matches

Mats, Thanks for pointing out. I am able to add this as a listener but not sure how to handle it gracefully. I get a console error as follows and the dashboard becomes non-functional. Uncaught (in promise) -> {action: "commit", exception: true, changes: {…}, create: {…}, source: EventStore...
Hi team, I am looking for a solution where I can check the response from my backend (server) when creating/updating/deleting an event on the scheduler. If the backend response is not 200 or some validation error, I would like to delete that event from the scheduler (and notify user that appointment ...
This is helpful. Thanks, Pavel.
Hi Johan, I am not changing the start_time programmatically. We want this to happen when our users are adding/updating events manually. So imagine a user clicks on a time slot. This will open a popup to add event details (like name, start date time, end date time etc). Now when they add a value to s...
Hi Johan, Thanks for helping out. The listeners you suggested looks like events that are triggered when an event is changed/updated. Would it also fire when I change a property (start_time in this case) and haven't saved the event yet? I need to auto populate end time based on start time and this ha...
Hi Team,

Is there a way I can listen to the change of event start time and auto-fill the end time (eg end_time + 10 minutes) while adding/editing an event?

Checked the docs, but could not find a specific example.
Thanks much.
ok. thanks.
also, is there a way we can handle this internally by tweaking the existing feature?
team,

is there a tentative date or version when we can expect this to be rolled out? we are using this for handling doctor appointments and they are used to seeing the scheduler in vertical mode (resources at top). will really appreciate if you guys can prioritise this.

thanks!
Hi team, Is there a way a user could easily navigate to the next/previous day without zooming in/out the calendar? I imagine a feature where clicking on a button could change the calendar view to next/previous date. Tried finding this under the documentation, but could not find anything relevant. Th...