General Product Inquiry

I am thinking of implementing the Scheduler control and have a few questions that i cant easily find on the forums or documentation:

  1. When creating a new appointment is there a “snap to cells option” where the new appointment will snap to the nearest cell and have a standard size? (the way google calendar works) At the moment it starts where the person seems to click on the cell which could be strange times like “3:02pm” what i would like is 3.00pm? And in terms of a default size can it be 30 minutes so when you click on 3.02 it would automatically start at 3.00 and end at 3:30"

  2. Secondly how customisable is the popup control? does could i replace it completely with my own div?

Thanks
Peter

(a)
scheduler.config.time_step = 30

docs.dhtmlx.com/scheduler/api__s … onfig.html

(b)

Yes sure, you can reconfigure lightbox
docs.dhtmlx.com/scheduler/lightbox_editors.html
or replace it with any custom one
docs.dhtmlx.com/scheduler/custom … _form.html