@@ -18,6 +18,9 @@ |
||
| 18 | 18 | return self::createCalendarClient($service, $calendarId); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param string $pathToCredentials |
|
| 23 | + */ |
|
| 21 | 24 | public static function createAuthenticatedGoogleClient($pathToCredentials): Google_Client |
| 22 | 25 | { |
| 23 | 26 | $client = new Google_Client; |