Closed GoogleCodeExporter closed 9 years ago
Happens to me also, exactly as stated above. I'm using google apps calendar
with a few more public embedded
calendars: moon and holidays which also don't load past august 1.
using RestyleGC1.0
-M@X
Original comment by webmaste...@gmail.com
on 30 Jul 2009 at 1:24
Another detail to note:
These "missing events" actually were missing in my google account calendar also
(where you edit events). I
reloaded several times with no results. I noticed the calendar was shared, so I
removed the other user and re-
shared with them. Then the events came back only inside the google account, not
on the restylegc calendar.
What the heck did google change?
My json feed still works. Weird.
-M@X
Original comment by webmaste...@gmail.com
on 30 Jul 2009 at 2:44
My events always show inside Google Calendar, but have the problem when using
RestyleGC
Original comment by ewett...@gmail.com
on 30 Jul 2009 at 2:51
got a fix!
google updated their js, so you'll have to freeze your version of restylegc.
1. go to where you have your restylegc files
2. edit restylegc-js.php
3. find the commented $url (line 29 or so)
4. Edit and uncomment the following line to freeze the calendar version.
$url =
"http://yourdomain.com/path-to-your-files/archive/6a3eb8ba4a07edb76f79a18d6bdb89
33embedcompiled__en.js";
Bam! back in biz.
-M@X
Original comment by webmaste...@gmail.com
on 30 Jul 2009 at 3:31
I did what you said above and it just showed me the Title of my calendar
without the
rest of the calendar. I verified that the $url did actually goto the archived
version (6a3eb8ba4a07edb76f79a18d6bdb8933embedcompiled__en.js) and I changed
the css
to goto (6a3eb8ba4a07edb76f79a18d6bdb8933embedcompiled__en.js).
Any ideas?
Original comment by ewett...@gmail.com
on 30 Jul 2009 at 5:50
I changed my javascript to the archived version
(6a3eb8ba4a07edb76f79a18d6bdb8933embedcompiled__en.js), but I am getting a
javascript
error in my error console: "Error: window._init is not a function". Anyone else
having this problem or know how to fix it?
Derek
Original comment by derek.fe...@gmail.com
on 30 Jul 2009 at 7:56
[deleted comment]
@ewettach
for restylegc v1.0 as downloaded from this site.
so you did uncomment and edit line 29 to be exactly
$url =
http://jastudents.org/jaweb/cal/restylegc/archive/6a3eb8ba4a07edb76f79a18d6bdb89
33embedcompiled__e
n.js
You don't need to change the css link though. That looks like it's here ==>
http://jastudents.org/jaweb/cal/restylegc/jarestylegc6a3eb8.css
Wait a sec, I just checked your site http://tiny.cc/JtJko
Dude it's fixed. All your events are loading past Aug1. That's if you're using
that calendar, right?
-M@X
Original comment by webmaste...@gmail.com
on 31 Jul 2009 at 3:00
@derek
does your calendar work? are you saying that it doesn't display and you get an
error? or are you just looking
through the console for any odd entries?
link?
-M@X
Original comment by webmaste...@gmail.com
on 31 Jul 2009 at 3:06
I got it working. It was my mistake. Freezing my calendar worked. Thanks for
help.
Original comment by ewett...@gmail.com
on 31 Jul 2009 at 3:31
anytime.
-M@X
Original comment by webmaste...@gmail.com
on 31 Jul 2009 at 3:36
This problem is fixed if you replace the old 1.0 version of the
restylegc-js.php with the new 1.0.1 version.
Original comment by summitcc...@gmail.com
on 3 Sep 2009 at 3:13
Original comment by brian.gi...@gmail.com
on 21 Oct 2009 at 5:11
Original issue reported on code.google.com by
ewett...@gmail.com
on 29 Jul 2009 at 7:47