Clean the caldav IDs after disabling syncing (#209)

This commit is contained in:
Alex Tselegidis 2024-05-12 18:21:16 +02:00
parent ab8257f366
commit b2ecc46c01

View file

@ -365,6 +365,8 @@ class Caldav extends EA_Controller
$this->providers_model->save($provider);
$this->appointments_model->clear_caldav_sync_ids($provider_id);
json_response([
'success' => true,
]);