Issue #3363981: accessCheck is now required on Drupal 10
Problem/Motivation Since Drupal 10, accessCheck() is required when calling getQuery() and similar. None of the query calls use this method, returning an error in Drupal 10.
Steps to reproduce Admin -> Content -> Google Calendars -> Synchronize All or Admin -> Content -> Google Calendars -> Synchronize
Proposed resolution Add accessCheck(TRUE/FALSE) when it is necessary.
Edited by Raul Mangolin