Is your feature request related to a problem? Please describe.
Currently, we show an error banner when there's a problem with a connected Google account that also have a default calendar in it. This is how it shows up:
Also, this is currently triggered by raising an exception with a specific id GOOGLE_REFRESH_ERROR.
Describe the solution you'd like
It would be nice to either have the same behaviour for CalDAV or remove this banner logic altogether. Probably this needs to be talked through with the Design team!
To make this happen we should also consider multiple external connection problems from different providers. Do we show one banner for each connection (as in, if someone has a broken Google, CalDAV and Zoom connection, do we show 3 banners)?
Additional context
#1509 (review)
Is your feature request related to a problem? Please describe.
Currently, we show an error banner when there's a problem with a connected Google account that also have a default calendar in it. This is how it shows up:
Also, this is currently triggered by raising an exception with a specific id
GOOGLE_REFRESH_ERROR.Describe the solution you'd like
It would be nice to either have the same behaviour for CalDAV or remove this banner logic altogether. Probably this needs to be talked through with the Design team!
To make this happen we should also consider multiple external connection problems from different providers. Do we show one banner for each connection (as in, if someone has a broken Google, CalDAV and Zoom connection, do we show 3 banners)?
Additional context
#1509 (review)