nextcloud / integration_google

🇬 Google integration into Nextcloud
GNU Affero General Public License v3.0
104 stars 33 forks source link

nextcloud Google Synchronization failed to create a new sync #136

Closed dodofox81 closed 1 year ago

dodofox81 commented 1 year ago

Hi, I have installed Nextcloud 26. The server it's debian 11 with mariadb, apache2. I have installed 2 apps: Google integration and Google Synchronization All work fine, I have connected my google account with api into my nextcloud. calendar, contact, drive ecc... imported correctly. The problem it's when I try to click on SYNC CALENDAR. This function must to create a cron job to sync every 5 minutes google calendar with nextcloud. Well, it not work and it display this error:

ReflectionException: Method OCA\Google\Controller\GoogleAPIController::registerSyncCalendar() does not exist

I have try with another nextcloud installation ... same error.

immagine

When I click on SYNC:

immagine

immagine

teambvd commented 1 year ago

The 'synchronize' function is provided by the google synchronization app, not this integration app from NC. Issue may be caused by using both apps at once, which is not recommended

dodofox81 commented 1 year ago

No, you don't have understand. The problem it's another: the cronjob to sync google cal into nextcloud server it's not created, so the autosync not start.

AzureInformatique commented 1 year ago

Same error for me with Google Google Synchronization 1.0.9 when I tried to Import a Calendar Nextcloud 26.0.1 MariaDB 10.6 PHP 8.2

Capture d’écran 2023-05-11 110448

marcelklehr commented 1 year ago

Hello :)

This is not the google synchronization app. This is the integration_google app. This app does not offer any synchronization functionality. If you have problems with functionality provided by a different app, please go to the corresponding repository of the app you have problems with.