tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
6.11k stars 526 forks source link

Events from shared calendar persists visually in Calendar's views after removing the user from shared calendar #7273

Open andrehgdias opened 3 months ago

andrehgdias commented 3 months ago

Describe the bug When a user has an event sourced from a shared calendar, and this user is removed from the source, the user shouldn't see the event bubble at their calendars views naymore. However, sometimes that's not handled and the user can still see the event. Logging out and logging in again solves the problem.

To Reproduce Steps to reproduce the behavior:

  1. Share a calendar with another user
  2. Create an event in this calendar
  3. Go to the other user, accepts the invitation and check if you see the event
  4. Go back to the calendar owner and delete the event
  5. Check if the second user can still see the event even after being removed from the shared calendar

Expected behavior Event should always disappear.

Additional context More testing should be done to map the scenarios where this behavior is present.

andrehgdias commented 3 months ago

6867 Might be related