mikel333 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Calendar stopped displaying #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With no changes on my part, the google calendar just stopped displaying today. 
Has google changed anything? If I use the google css rather than restylegc css, 
the calendar appears fine

Original issue reported on code.google.com by hamb...@gmail.com on 29 May 2014 at 12:03

GoogleCodeExporter commented 9 years ago
same here!

Original comment by jledbet...@chanticleer.org on 29 May 2014 at 12:49

GoogleCodeExporter commented 9 years ago
I'm having the same issue, which started today.

I notice that on http://www.restylegc.com/ the example calendar itself isn't 
displaying.

I wouldn't know where to start to troubleshoot.

Original comment by stephen....@gmail.com on 29 May 2014 at 12:58

GoogleCodeExporter commented 9 years ago
I'm having the same issue on Firefox, Chrome and Internetexplorer

Original comment by albernd1...@googlemail.com on 29 May 2014 at 7:27

GoogleCodeExporter commented 9 years ago
I am not the developer, but believe I have a solution.  Looks like 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 hoscwebm...@gmail.com on 29 May 2014 at 3:38

GoogleCodeExporter commented 9 years ago
hoscwebm...@gmail.com,

A seriously big, slobbery internet kiss to you!

Your solution brought the calendar right back! Way to go!

Original comment by stephen....@gmail.com on 29 May 2014 at 3:43

GoogleCodeExporter commented 9 years ago
Works for me too!

Thank you for the workaround!!!!

Original comment by hamb...@gmail.com on 29 May 2014 at 3:43

GoogleCodeExporter commented 9 years ago
I don't know about an internet kiss, hoscwebm...@gmail.com, but you solved my 
issue as well.  Thanks! Internet fist bump for you....

Original comment by jledbet...@chanticleer.org on 29 May 2014 at 5:24

GoogleCodeExporter commented 9 years ago
I had the same issue and your solution also works for me. Thanks so much!!

Original comment by john.car...@gmail.com on 29 May 2014 at 6:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for making this so easy to find and fix. The next beer is on me!

Original comment by geoff.fr...@hiwirecreative.ca on 29 May 2014 at 11:43

GoogleCodeExporter commented 9 years ago
Biggup! It worked for me too.

Original comment by of...@harrowschool.hk on 3 Jun 2014 at 1:06

GoogleCodeExporter commented 9 years ago
Works for me as well.  Thanks.

Original comment by roger.na...@gmail.com on 3 Jun 2014 at 6:42

GoogleCodeExporter commented 9 years ago
+1 still working. Guess this was down on my page for a week, yet no one noticed!

Original comment by jdtop...@gmail.com on 4 Jun 2014 at 5:28

GoogleCodeExporter commented 9 years ago
Wow...
Thank's!!!

Original comment by gae...@gmail.com on 5 Jun 2014 at 7:14

GoogleCodeExporter commented 9 years ago
Did something change again in the last few days? I changed the line in 
restylegc-js.php and it doesn't work for me.

Original comment by RusSchmi...@gmail.com on 8 Jun 2014 at 1:00

GoogleCodeExporter commented 9 years ago
It works! Thanks to hoscwebm...@gmail.com!

Original comment by albernd1...@googlemail.com on 10 Jun 2014 at 1:50

GoogleCodeExporter commented 9 years ago
Noticed all of my calendars are down again this morning...anyone catch word of 
Google shuffling files around on their server again?

Original comment by web....@gmail.com on 14 Jul 2014 at 7:11

GoogleCodeExporter commented 9 years ago
My calendar is not displaying again,too!

Original comment by albernd1...@googlemail.com on 14 Jul 2014 at 8:26

GoogleCodeExporter commented 9 years ago
Yep, same thing here. Here we go again!

Original comment by stephen....@gmail.com on 14 Jul 2014 at 8:27

GoogleCodeExporter commented 9 years ago
Change line 19 in restylegc-js.php to   $url = "https:" . 
$_SERVER['QUERY_STRING'];

Original comment by lane...@gmail.com on 14 Jul 2014 at 10:56

GoogleCodeExporter commented 9 years ago
#20 lane...@gmail.com - Your fix worked for me. Thanks for sharing!

Original comment by wolfe.gl...@gmail.com on 15 Jul 2014 at 9:11

GoogleCodeExporter commented 9 years ago
I can confirm that #20 is working for me too! Many thanks lane...@gmail.com!

Original comment by stephen....@gmail.com on 15 Jul 2014 at 4:29

GoogleCodeExporter commented 9 years ago
Awesome thanks lane, that fixed the issue.

If there is anyone else out there like me that can't take the chance of the 
calendars going down again and is working in Wordpress, I found a great 
solution yesterday in the form of All-in-One Event Calendar by Time.ly. This 
plugin will pull your google calendar .ics file and populate a calendar in 
month, week or agenda view just like Google's.

Here's my basic restylegc calendar:
http://heightstavern.com/calendar/

And one I set up in the same way using Time.ly's calendar plugin:
http://heightstavern.com/sports/

You can display it with a simple short code after installing, and tag multiple 
.ics feeds to display content on specific pages. For example, on the above 
example, I have a google calendar with "sports" and "specials" sub-calendars. I 
can specify in the short code to display both feeds on the homepage and only 
the sports feed on the sports page. It imports the calendar listing, date, 
time, description...everything you fill out on your google calendar entry. All 
possible on the FREE version, btw.

Don't mean to derail the thread but this is was a perfect solution for me and I 
will hopefully not have to deal with my calendars going down again. Hope 
someone else finds it useful!

Original comment by web....@gmail.com on 15 Jul 2014 at 4:53

GoogleCodeExporter commented 9 years ago
My calendars are displayed again after the fix - Thanks to  #20 
lane...@gmail.com

Original comment by albernd1...@googlemail.com on 15 Jul 2014 at 5:54

GoogleCodeExporter commented 9 years ago
For those of you playing along as google tinkers with their code, I suggest 
also checking out issue #41 which also required a change in restylegc-js.php 
code to correct a URL reference and return functionality for scrolling through 
dates.

Original comment by hoscwebm...@gmail.com on 15 Jul 2014 at 11:32