twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
387 stars 197 forks source link

Validate hours weekview #487

Open wapewape opened 4 years ago

wapewape commented 4 years ago

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

twinssbc commented 4 years ago

@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.