Frontmatter
| id | 2636 |
| title | calendar.view.week.plugin.DragDrop: onColumnDragStart() => maximum start time |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 21, 2021, 12:27 AM |
| updatedAt | Jul 21, 2021, 12:27 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2636 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 21, 2021, 12:27 AM |
the startTime must not be greater than the total time minus the minimum event duration.
example:
min duration: 30m startTime: 23:45 endTime: 00:15 (error)
so a startTime of 23:45 needs to get changed into 23:30.