fullcalendar / fullcalendar-vue

The official Vue 3 component for FullCalendar
https://fullcalendar.io/docs/vue
MIT License
1.4k stars 88 forks source link

Show Half Event Width on Start date and End date #133

Closed maaqib121 closed 3 years ago

maaqib121 commented 3 years ago

Feature Description I am working on a hotel management system and want to show bookings against every room on full calendar monthly view.

Now suppose, we have a booking from November 1, 2020 to November 7, 2020. In this case, the event start date will be November 1, 2020 and end date will be November 7, 2020. As full calendar shows the event inclusive of start date and exclusive of end date, the event will be shown from November 1, 2020 to November 6, 2020.

What I want to show is:

Show half width of event on start date (to highlight it as check in date) Show half width of event on end date (to highlight it as check out date) Is there a way to achieve this currently?

acerix commented 3 years ago

Closing since this is a duplicate of https://github.com/fullcalendar/fullcalendar/issues/5933.