sugi / jquery-gcal-flow

jQuery Google Calendar Flow plugin
62 stars 28 forks source link

Calendar not accepting Google feed. #25

Closed rfunesti closed 10 years ago

rfunesti commented 10 years ago

The calendar feed is not working as of this morning. I noticed you're also having the same issue on your site. Can you advise. Google changed something maybe?

qumani-designs commented 10 years ago

I am experiencing the same issue. I think the above poster's query is a valid one. Is there a possibility that Google has altered something in their authentication that has ultimately broken the application? It is firing a 403 error for the calendar asset. screen shot 2014-11-17 at 8 39 35 am

sugi commented 10 years ago

Ouch! Google calendar v2 API has been shutdown at 17th Nov.

I'v misunderstood as v2 is just deprecated at 17th on this month and shutdown in future. Uhh, I hope to take time to update the plugin for v3 API in this weekend...

rfunesti commented 10 years ago

Do you have a temporary workaround available? Thanks.

From: Tatsuki Sugiura [mailto:notifications@github.com] Sent: Monday, November 17, 2014 11:46 AM To: sugi/jquery-gcal-flow Cc: Robert H. Funesti Subject: Re: [jquery-gcal-flow] Calendar not accepting Google feed. (#25)

Ouch! Google claendar v2 API has been shutdown at 17th Nov.

I'v misunderstood as v2 is just deprecated at 17th on this month and shutdown in future. Uhh, I hope to take time to update the plugin for v3 API in this weekend...

— Reply to this email directly or view it on GitHubhttps://github.com/sugi/jquery-gcal-flow/issues/25#issuecomment-63334399.

sugi commented 10 years ago

Unfortunately, No workaround. This plugin has been broken completely by shutdown of v2 API.

rfunesti commented 10 years ago

Thank you. Just wondering…do you have any timeframe for a resolution of this problem?

Best regards,

R. Funesti

From: Tatsuki Sugiura [mailto:notifications@github.com] Sent: Monday, November 17, 2014 12:45 PM To: sugi/jquery-gcal-flow Cc: Robert H. Funesti Subject: Re: [jquery-gcal-flow] Calendar not accepting Google feed. (#25)

Unfortunately, No workaround. This plugin has been broken completely by shutdown of v2 API.

— Reply to this email directly or view it on GitHubhttps://github.com/sugi/jquery-gcal-flow/issues/25#issuecomment-63344067.

sugi commented 10 years ago

OK. I'll grab time on this weekend. I guess I need about 3h ~ 1d to recover the function (just guessing).

mc989 commented 10 years ago

Thanks for all your help sugi! We appreciate it :)

Go16m commented 10 years ago

Thanks for the work (also didn't find a simple solution up to now).

willybrauner commented 10 years ago

I have the same problem. I used gcal flow in several web projects. Thank you for your Help Sugi ! :)

mabe0033 commented 10 years ago

I think I just managed to do the migration to API v3. I opened a pull request with my changes. Please read the disclaimer in the pull request, because I did not test my backport of the changes to the .js file to the coffee-script.

sugi commented 10 years ago

Thanks to @mabe0033 I created a new release (3.0.0) for v3 API before weekend.

For the present, you can recover working by just replacing js file with new version.

However v3 API has quota, please check document; http://sugi.github.io/jquery-gcal-flow/#apikey

michaelcabus commented 10 years ago

Hi Used updated JS file, still not working..I notice the demo file also is not working?

sugi commented 10 years ago

@michaelcabus Ouch..., I confirmed. Please wait minutes.

sugi commented 10 years ago

OK. I found I enbug on new logging feature. I'll fix now.

@michaelcabus Before new release, would you please check again with turning on debug console by hitting F12 and reload your page?

michaelcabus commented 10 years ago

Hi Sure, on console this:

Uncaught TypeError: Illegal invocation VM389 jquery.gcal_flow.js:124g CalFlow.update_opts VM389 jquery.gcal_flow.js:124g CalFlow VM389 jquery.gcal_flow.js:120 methods.init VM389 jquery.gcal_flow.js:342 (anonymous function) VM389 jquery.gcal_flow.js:367 x.extend.each jquery.min.js:4x.fn.x.each jquery.min.js:4$ .fn.gCalFlow VM389 jquery.gcal_flow.js:366 (anonymous function) VM390 index.html:32c jquery.min.js:4 p.fireWith jquery.min.js:4 x.extend.ready jquery.min.js:4 q jquery.min.js:4

sugi commented 10 years ago

Thanks, I released 3.0.1. I beleive to fix all! Please try with new js of 3.0.1 archive.

rfunesti commented 10 years ago

Thank you very much!

shepaldo commented 10 years ago

Great work to fix it so quickly! I have about 10 school sites using gcal-flow on their front page as a parent event feed, all of which are now working perfectly again! The only one I am having a problem with is http://www.cupernhaminfant.com/cms/ which is not yet complete anyway - probably something to do with modx/htaccess problems...

Thanks again,

Andy

sugi commented 10 years ago

I'm happy to hear that works well.

@shepaldo The site (cupernhaminfant.com) still uses old version (1.2.7). Please check js file, again.

shepaldo commented 10 years ago

Doh! How did I not notice that??? All OK now...

davinc007 commented 10 years ago

Hi guys,

HTML in the body of my events no longer renders as formatted html, it renders the source (<a href=''.....) Any ideas where the variable to adjust this behavior now exists... if at all?

davinc007 commented 10 years ago

item_description_as_html - just found it I believe.