Open GoogleCodeExporter opened 9 years ago
This was solved in another post:
google changed the path for some of their resources.
In file restylegc-js.php line 19, replace
$url = "https://www.google.com/calendar/" . $_SERVER['QUERY_STRING'];
with
$url = "https://www.google.com/calendar/static/" . $_SERVER['QUERY_STRING'];
Seems to work for me -- hope it does for you also
Original comment by jledbet...@chanticleer.org
on 29 May 2014 at 5:25
Perfect. Fix works for me.
Original comment by jdtop...@gmail.com
on 4 Jun 2014 at 5:27
Original issue reported on code.google.com by
jledbet...@chanticleer.org
on 29 May 2014 at 12:52