Frontmatter
| id | 2859 |
| title | calendar.view.week.Component: drag-create an event for an unchecked calendar |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 30, 2022, 11:06 AM |
| updatedAt | Jan 30, 2022, 11:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2859 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 30, 2022, 11:26 AM |

In case we uncheck a calendar inside the list on the left side, all events will become invisible inside the week view.
In case we drag on the week view afterwards to create a new event, we will get a JS error.
It feels cleaner in case we disable the drag-start for inactive calendars.