- Issue created by @Dan_Rogers
- π¨π¦Canada adamhemeon
I also had this issue running
drush en google_calendar
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 119:
The service "google_calendar.google_client.factory" has a dependency on a non-existent service "google_secrets.google_client.factory". Did you mean this: "google_calendar.google_client.store"? - πΊπΈUnited States robertmartin1961
I am encountering the same issue on my local machine.
The service "google_calendar.google_client.calendar" has a dependency on a non-existent service "google_calendar.google_client.factory". Did you mean one of these: "google_calendar.google_client.client", "google_calendar.google_clien
t.store"? - First commit to issue fork.
- π·πΊRussia yuraosn Rostov-on-don
I also had this issue running drush en google_calendar
- π·πΊRussia yuraosn Rostov-on-don
I checked the code. It links to another module google_secrets β
The module does not have infodependencies: google_secrets
I installed the google_secrets module and the google_calendar module started working!