nhn / tui.calendar

🍞📅A JavaScript calendar that has everything you need.
http://ui.toast.com/tui-calendar
MIT License
11.88k stars 1.28k forks source link

Posibility to set maximum schedule duration #726

Open tskaiste opened 3 years ago

tskaiste commented 3 years ago

Hello, the issue is that I need to disable the ability to create a schedule that spans across multiple days.

Version

The demo in https://ui.toast.com/tui-calendar

Current Behavior

Right now the user is able to create a schedule that spans across multiple days: image

Expected Behavior

The user can only pick one day and set the starting hour and end hour. For example, the user would pick the day of the schedule to be 2020-12-02 and then be able to select start hours (i.e. 10:00) and end hours (i.e. 15:00)

jungeun-cho commented 3 years ago

The team will review this feature

jungeun-cho commented 3 years ago

Your suggestions is reasonable. New options will be added to the month options. Internally it blocks the drag event.

The work plan is not yet specific.

ebaynaud commented 3 years ago

Same request but for week view! :)