1 . Deprecated: google-api-php-client's autoloader was moved to vendor/autoload.php in 2.0.0. This redirect will be removed in 2.1. Please adjust your code to use the new location. in D:\wamp\www\api\Calendar_api\src\Google\autoload.php on line 19 2 . Fatal error: Class 'Google_Service_Calendar' not found in D:\wamp\www\api\quickstart.php on line 12
Asked
Active
Viewed 161 times
-2

Linda Lawton - DaImTo
- 106,405
- 32
- 180
- 449

Ajit
- 1
-
1Possible duplicate of [google-api-php-client's autoloader deprecated](http://stackoverflow.com/questions/29438895/google-api-php-clients-autoloader-deprecated) – Linda Lawton - DaImTo May 27 '16 at 12:15
-
Welcome to stack please read http://stackoverflow.com/help/how-to-ask and please at least try to google your error message in the future. – Linda Lawton - DaImTo May 27 '16 at 12:16
1 Answers
0
I changed require path to this it worked for me.
require_once '../src/Google/autoload.php';

Jyothi patil
- 11
- 6