Forum Discussion
cyro sylas
May 30, 2018Copper Contributor
CHECK DOUBLE BOOKING
Case scenario. -I have added a calendar -Added some extra columns to the Event Content type -Added the check double booking formula in the validation settings The challenge I am facing is that ...
Devendra Velegandla
Jun 06, 2018Brass Contributor
cyro sylas what is the formula you have used in validation settings?
you may check JS solution for this issue http://spjsblog.com/2012/02/25/spjs-resource-management-no-more-double-booking/
- cyro sylasJun 07, 2018Copper Contributor
Hey @Velegandla,
Thanks for the response, the formula is =[Check Double Booking].
I also tired a formula for the dates such that the end date is never less than the start date =[End date]<[Start Date], the event is never created even when I enter the dates correctly.