Exemple #1
0
 public function deleteRemote()
 {
     if ($this->_debug) {
         echo 'Delete remote' . PHP_EOL;
     }
     $this->_calendar->deleteEvent($this->_reservation->getIdGoogleEvent());
 }