Skip to content

Draft: Properly handle read-only calendars and hidden calendars in the Event Editor and .ics file import dialogs

Fixes #957, #950, #1134, #1184.

Vastly reduces visual information overload and unactionable things, especially for those who have over 15 calendars, half of which are read-only webcal subscriptions, and some of the remaining "writable" calendars being hidden due to occasional use.

Event Editor dialog

Before (grayed-out calendars were read-only) After (only writable calendars, invisible calendars now have an icon)
event_editor_read-only_and_invisible_calendars_-_before event_editor_read-only_and_invisible_calendars_-_after

.ics files event importer dialog

Before After
event_importer_read-only_and_invisible_calendars_-_before event_importer_read-only_and_invisible_calendars_-_after

Merge request reports