Which PHP Script File is needed for ical() class in Google Calendar PHP API v3
问题 I am getting an error in a PHP script I am building: Fatal error: Class 'ical' not found in /home/abc/public_html/app/mods/googleCalendar_3.0/cache_events.php on line 74 Here is a snippet from my script file: define('CLIENT_ID', 'ASDLJJLDSJLASDJLajdl;jdsljkASD;LKJASDLKJASD.apps.googleusercontent.com'); require_once('autoload.php'); // 2014-11-24 part of /usr/local/lib/php/google-api-php-client require_once('/usr/local/lib/php/google-api-php-client/src/Google/Client.php'); // 2014-11-25