Poco
Forum Replies Created
-
Do you have a link I can test?
Forum: Plugins
In reply to: [Google Calendar Widget] New version of widget doesn't work@sonolento. Your calendar ID is still wrong.
Right now it is this…
https://www.google.com/calendar/feeds/nahoracompt%40gmail.comit should be this…
[email protected]@Hendison Scott
You have a similar problem. You must set the calendar ID in the widget settings to just the email id, not the full url.Looking at your page, you are requesting with an ID of this
https://www.google.com/calendar/feeds/eastportlandchmbr74%40gmail.com/public/basic
It should be this
[email protected]Forum: Plugins
In reply to: [Google Calendar Widget] New version of widget doesn't work@gremie, thanks for replying so quickly. You beat me to it by 16 minutes.
Forum: Plugins
In reply to: [Google Calendar Widget] New version of widget doesn't workI’m going to need more than that. What is the full dump of your console from when you load the page? Can you also look include the details of the failed requests?
Is there a way that you can make the page public temporarily so that I can look at it directly?
Forum: Plugins
In reply to: [Google Calendar Widget] New version of widget doesn't workWithout a link or JavaScript console output there isn’t much I can do to help. Please provide more information.
Forum: Plugins
In reply to: [Google Calendar Widget] Using Plugin in HTML pageUnfortunately, it won’t work in some browsers by default if you open a local HTML page. It requires CORS support (so that it can download files from a different domain) and browsers like chrome block cross domain access from a local HTML file by default. Search for “allow cors support from local file on <your browser here>” to find out how to enable it.
Of that doesn’t work then post it to a server. If that doesn’t work then post the link here so that I can look at it.
Forum: Plugins
In reply to: [Google Calendar Widget] New version of widget doesn't workDo you have a link or error messages from the JavaScript console?
Forum: Plugins
In reply to: [Google Calendar Widget] How to I add more than 3 calendars?I didn’t even realise that you could add more calendars to the old query to get more that one at a time… Interesting.
I will look into what it will take to do something similar with the current version.
I will reply back tonight or tomorrow.
Forum: Plugins
In reply to: [Google Calendar Widget] Dates wrong – all showing one day to earlyI have a theory, but I will need the calendar id or link to look into it.
Forum: Plugins
In reply to: [Google Calendar Widget] Dates wrong on Full Day eventI can take a look. What is the url of the web page or your calendar id?
I would like to debug it but I will need more details.
Forum: Plugins
In reply to: [Google Calendar Widget] Google Calendar Widget no longer worksThe plugin has been updated to version 1.4.0 which has been upgraded to using Calendar API V3. Please update and follow the upgrade instructions. I am going to close this topic as resolved, but if you have any other issues, please open a new one.
Forum: Plugins
In reply to: [Google Calendar Widget] 403 Forbidden on Cal URL – Deprecated API?Since this update is now live I am going to close this topic as resolved. Please start a new topic for any new issues that come up.
Forum: Plugins
In reply to: [Google Calendar Widget] 403 Forbidden on Cal URL – Deprecated API?@gremie, The authenticated api is only going to help you if you do it on the the server since your will want to hide the private data. If you do something like that on the client then it will authenticate each user using their own Google account and give them access to calendars that you have explicitly shared with each user. That probably isn’t what you want.
Forum: Plugins
In reply to: [Google Calendar Widget] 403 Forbidden on Cal URL – Deprecated API?Alright, I’ve updated the settings and published version 1.4.0. I have also updated the readme settings screen with detailed instructions on how to get your Google API Key and update the calendar IDs.
Everyone please let me know if it is or is not working.
Forum: Plugins
In reply to: [Google Calendar Widget] Google Calendar Widget no longer worksThere is another thread about this problem. I have a fix in a branch that you can try while I prepare it for going live.
https://www.ads-software.com/support/topic/403-forbidden-on-cal-url-deprecated-api?replies=15