Ionic2-Calendar icon indicating copy to clipboard operation
Ionic2-Calendar copied to clipboard

Validate hours weekview

Open wapewape opened this issue 5 years ago • 1 comments

Hello, I would like to know how to validate in the week view the choice of two or more consecutive hours example

the user can select two hours from 8am to 9am and from 9am to 10am

but no 8am to 9am 11am to 12pm

thx

wapewape avatar Jan 15 '20 15:01 wapewape

@wapewape There's a callback method "onTimeSelected" will be triggered when a time slot is clicked. You could add logic in this method to track the start hour and validate the end hour.

twinssbc avatar Jan 15 '20 22:01 twinssbc