Hello, I’m currently working on:
https://github.com/calcom/cal.com/issues/6852
May I request for suggestion on what would be the best way of introducing a new feature that would allow users to set total booking times per day of the week?
Here's a couple of ways that I have thought of:
• Add an additional option on user’s availability to set maximum total booking time for specific days.
• Add a new limit under event-type limits tab (similar to the one for limiting booking frequency). Such that we’ll now have 4 types of limits: booking frequency, total duration by interval, total duration per day of week, and periods.
Currently, I have a PR up for review
https://github.com/calcom/cal.com/pull/7166 that basically repurposes our existing limits to support total duration as well. However, it only enables users to set limits per interval (daily, weekly, mothly, yearly).