Skip to content

Commit

Permalink
Clean the caldav IDs after disabling syncing (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed May 12, 2024
1 parent ab8257f commit b2ecc46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/controllers/Caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ public function disable_provider_sync(): void

$this->providers_model->save($provider);

$this->appointments_model->clear_caldav_sync_ids($provider_id);

json_response([
'success' => true,
]);
Expand Down

0 comments on commit b2ecc46

Please sign in to comment.