@stoutdesign:
Your suggestion works also for me:
For everyone else out there, you can try changing line 40 of the gcalendar-wrapper.php from this
$result = $request->request($calUrl);
to this
$result = $request->request($calUrl, array(‘sslverify’ => false));