How to restrict a user to place meeting request for a fix duration

J

Jason

I want to restrict user to place meeting request for a max of 6 hours
duration per day i.e a user is allowed to place n number of meeting request
in a day , whose overall sum of duration should not exceed 6 hours.

What approaches can be applied to satisfy the requirement ?
 
Top