I have a little bit of a different implementation, where an appointment’s interface is activated in OnSlotSelect(), because there can only be 1 appointment per day, so I hide the blue line and just color the whole slot based on type. I am wondering if its possible to to this:
I would like to remember the slot where mouse down occurred and where mouse up occurred (the Start and End property of the slot), so I can then use a button to bring up the interface with the date already inserted in the interface?
Many thanks!