nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
989 stars 240 forks source link

Allow unsubscribing holiday calendars from the picker modal #5168

Open ChristophWurst opened 1 year ago

ChristophWurst commented 1 year ago

Is your feature request related to a problem? Please describe.

As a user I want to quickly unsubscribe from holiday calendars from within the picker modal. I don't want to exit the modal and use the Delete action on the calendar entry in the sidebar.

Describe the solution you'd like

If a Thunderbird holiday calendar has already been subscribed to, render a Unsubscribe button that deletes the webcal subscription.

Describe alternatives you've considered

No response

Additional context

This is part of https://github.com/nextcloud/calendar/issues/962 and a limitation of the first implementation of holiday calendars at https://github.com/nextcloud/calendar/pull/5167.

ChristophWurst commented 1 year ago

Ideas for the implementation: https://github.com/nextcloud/calendar/issues/962#issuecomment-1527313717