michielve
Forum Replies Created
-
Forum: Plugins
In reply to: [Private Google Calendars] de-authorized every weekHi,
If you can re-authorise again without first having to explicitly remove the permissions from the Google permissions page (https://myaccount.google.com/permissions) then it seems that something removes this permissions from your account. Maybe some security setting or maybe you use a restricted Google account from your company?
BW,
MichielForum: Plugins
In reply to: [Private Google Calendars] Max number of calendars connectedThis is solved now from version 20220603.
Hi @mariepnwcdr on the page you linked to I can see only an embedded Google calendar. If you can share a link to the page with this plugin active, I can have a look.
Forum: Plugins
In reply to: [Private Google Calendars] Max number of calendars connectedJust a quick follow up: it seemed getting more calendars than the default maximum number of 250 was easier than I expected, so this is now part if the new version (20220603). Does this work for you now?
If you know it’s a but in the source, could you tell me where exactly so I can fix this?
It’s difficult to tell why you don’t see events without seeing the actual webpage and the exact shortcode.
Maybe you can try another calendar and see if that’s working?
Or display a calendar with the Gutenberg block – if that’s working than there is something wrong with the shortcode.Forum: Plugins
In reply to: [Private Google Calendars] Max number of calendars connectedHi,
I think the default maximum number of calendars is indeed 100, but it can be set to a maximum of 250 I read in the Google documentation. Or do you have even more calendars? If that’s the case, this plugin needs to make multiple requests to Google to get them all, but this requires some effort.
Best wishes,
MichielForum: Plugins
In reply to: [Private Google Calendars] Scrollbars when using FullCalendar v5Yes, there is a big difference in the scrolling between v4 and v5, see some information about this:
Forum: Plugins
In reply to: [Private Google Calendars] State Mismatch error with Contact Form 7Thank you for reporting this.
I think this is now solved in the latest version 20220318.I think I solved this issue in the latest version 20220318.
I cannot tell when I have time to investigate this further, but I put it on the TODO list.
- This reply was modified 5 months, 1 week ago by michielve.
Hi,
Thank for your detailed description of the issue.
It looks like it’s not so easy to track down what exactly is the cause of this issue, bug if I understand correctly you have everything working again.Maybe some of it is caused by the fact that if you want to start again with the authorisation, you first need to revoke this plugins access to your account (https://myaccount.google.com/permissions).
BW,
MichielForum: Plugins
In reply to: [Private Google Calendars] Nothing displayed when choosing a private calendarHi,
When I look into the HTML source of your webpage, I see that there is HTML and Javascript in the “data-calendarids” instead of a list of calendar ID’s.
I don’t know if you use the shortcode or Gutenberg block. But if you use the Gutenberg block, I think another plugin is interfering with it. And if you use the shortcode, make sure to enter only the calendar ID’s (separated by a comma).
BW
Forum: Plugins
In reply to: [Private Google Calendars] Getting “Unknown error”Hi,
I see you get a 403 error code.
I can think of 2 causes for this:
It may be caused by a caching plugin. If you use a caching plugin, you should disable it and see if this resolves it. If it does resolve, then you can add the javascript files to the ignore list of this caching plughin.
Or you have code or a plugin that disables access to the admin-ajax.php file for users who aren’t logged in.
Best,
MichielForum: Plugins
In reply to: [Private Google Calendars] Widget not showing anything on my pageSorry for the late reply, I missed your last response…
When I look at the page, I see an error in the console:
Token has been expired or revoked.
This usually means you don’t have a valid access or refresh token anymore. This can only be solved by manually revoke access on the Google Permissions (https://myaccount.google.com/permissions) page and remove all plugin data from the settings page. After that you have to authorise the plugin again.