Yes we do have plans to do this eventually. Thanks for pointing it out though 🙂
FYI: It doesn’t appear that this update has been pushed out, but the API has been deprecated (as of today) and full-noattendees appears to be 403’d all the time.
I can confirm the v2->v3 switching. I also have a 403 message since yesterday (all worked fine before).
To solve this, should only the .json string be changed in wp-content\plugins\google-calendar-events\includes\class-gce-feed.php file?
Here’s the page explaining the differences between v2 and v3:
https://developers.google.com/google-apps/calendar/migration
@jojaba did that method work for you?
I didn’t look into it more precisely. I only saw that the changes will not be simple as I thought, the developer of the plugin will have to change a lot to have it work again.
@deloppers:
https://developers.google.com/google-apps/calendar/v3/reference/events/list#examples
The parameters has completely changed, try it out on this page.
I’m affraid, the \wp-content\plugins\google-calendar-events\includes\class-gce-feed.php file should be completely rewritten (amybe some other files) because of the Google Data Protocol give up.
I’m not skilled enough to help you on coding but I can land you a helping hand for testing purposes. 😉