質問編集履歴
1
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
$this->service->events->delete($this->calendar_id, $event_id);
|
20
20
|
|
21
|
-
}catch (Google_Service_
|
21
|
+
}catch (Google_Service_Exception $e) {
|
22
22
|
|
23
23
|
Log::debug($e);
|
24
24
|
|