Frontmatter
| id | 2217 |
| title | calendar.view.WeekComponent: make events resizable (north and south) |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 31, 2021, 12:40 PM |
| updatedAt | Jun 4, 2021, 12:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2217 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 4, 2021, 12:32 AM |
a bit tricky, since the resizing needs to happen inside the app worker, to make it "snappy" => only resize to valid time positions.
similar to the
drag:movelogic.