## Description When a calendar channel fails, its status is not reset during the reconnect step. In some cases, resetting is necessary—especially when we’ve deployed a fix and users try to reconnect their accounts after the patch. ## Why reseting to initial state Our processes are idempotent, so we can safely set the status to null to restart the flow. This approach covers all cases and avoids edge conditions caused by inconsistent statuses. Fixes : https://github.com/twentyhq/twenty/issues/12026