Frontmatter
| id | 2291 |
| title | calendar.view.week.Component: increase an event duration to end at 24:00, then shorten it again |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 6, 2021, 8:09 PM |
| updatedAt | Jun 13, 2021, 12:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2291 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 13, 2021, 12:56 PM |
currently 24:00 does get adjusted to 23:59. shortening it again will have the missing minute, so we should increase the record value by 1m for those cases.