dayspan-vuetify
dayspan-vuetify copied to clipboard
When moving an event the last day of the event is not rendered
Steps to recreate:
- Go to https://clickermonkey.github.io/dayspan-vuetify/example/
- Create an event from 'today' 1pm to tomorrow '8pm'
- Move that event from today at 1pm to 10pm
- The event should have rendered for the day after tomorrow. but it doesn't
Fix: Schedule.durationInDays needs to be updated.