mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
Clean the caldav IDs after disabling syncing (#209)
This commit is contained in:
parent
ab8257f366
commit
b2ecc46c01
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue