calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
31.96k stars 7.83k forks source link

Request for hours to be added to event duration options #16958

Open jaybrooker opened 2 weeks ago

jaybrooker commented 2 weeks ago

Is your proposal related to a problem?

It's annoying to have to calculate the number of minutes are in X number of hours, when setting up events/meetings which are longer than 30/60/90 minutes. For example, an entire day/8 hour meeting becomes 480 minutes.

Describe the solution you'd like

I'd like to be able to select the input format e.g. hours or minutes, or even days, when creating the event so I could select 8 hours easily. It would save me time when setting up events.

Describe alternatives you've considered

Manually calculating how many minutes are in each longer block of time, as described above, which is not ideal.


House rules
CarinaWolli commented 1 week ago

We can add a dropdown like that:

Screenshot 2024-10-10 at 10 22 14 PM
ei23fxg commented 4 days ago

Also custom durations longer than 480min would be great. Could be used as booking calender for multiple days as well.

bug-author commented 2 days ago

@CarinaWolli Is this supposed to be a front end/ cosmetic change only, like you are able to input minutes, hours, days via the dropdown but behind the scenes it gets converted to minutes and remaining flow remains same.

This is the first issue I stumbled upon here, and I implemented a rough version of what I said above, still need to familiarize myself with the entire codebase ofcourse.