disable event preview

Hello,

I’m using mobile scheduler for a mobile application. when user touches an event i want to go to a custom page instead of event preview. How to do that? Is there any configuration to disable the event preview behavior?

Could you provide more details about the new page ?

Scheduler contains event listeners that show “event” view (Preview). This listeners can not be removed (at least without code modification). However, you can customize template with event details:
docs.dhtmlx.com/doku.php?id=dhtm … cted_event

Also you can hide delete button if it is needed:

$$(“scheduler”).$$(“delete”).hide();

If you decide that this solution doesn’t fit, you can use debug version with the customize code - see line 15431 in dhxscheduler_mobile_debug.js library.