Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync nextcloud calendar with google #6721

Closed
Brice187 opened this issue Oct 2, 2017 · 1 comment
Closed

sync nextcloud calendar with google #6721

Brice187 opened this issue Oct 2, 2017 · 1 comment

Comments

@Brice187
Copy link

Brice187 commented Oct 2, 2017

Steps to reproduce

  1. Following the steps at Cannot sync NC Calendar with Google Calendar #5086 i added my nextcloud calendar by inserting https://your.domain.com/remote.php/dav/public-calendars/XXXXXXXXXXXXXXXX?export into my google account
  2. The imported events are correct, but when i add a new event after importing, the subscribed calendar in google does not get updated.

Expected behaviour

New events in the NC calendar should result in new events in the subscribed calendar in google

Actual behaviour

It seems that the calendar does only get imported initially and will not be synced.

Server configuration

Operating system:
Debian Stretch (LXC-Container)

Web server:
Nginx

Database:
MySQL 10.1.26

PHP version:
PHP 7.0.19-1

Nextcloud version: (see Nextcloud admin page)
12.0.3

Updated from an older Nextcloud/ownCloud or fresh install:
fresh

Where did you install Nextcloud from:
Official Repo

Signing status:

Signing status No errors have been found.

List of activated apps:

App list Enabled: - activity: 2.5.2 - bruteforcesettings: 1.0.2 - calendar: 1.5.5 - comments: 1.2.0 - contacts: 1.5.3 - dav: 1.3.0 - federatedfilesharing: 1.2.0 - federation: 1.2.0 - files: 1.7.2 - files_markdown: 2.0.1 - files_pdfviewer: 1.1.1 - files_sharing: 1.4.0 - files_texteditor: 2.4.1 - files_trashbin: 1.2.0 - files_versions: 1.5.0 - files_videoplayer: 1.1.0 - firstrunwizard: 2.1 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - mail: 0.7.3 - news: 11.0.5 - nextcloud_announcements: 1.1 - notes: 2.3.1 - notifications: 2.0.0 - oauth2: 1.0.5 - onlyoffice: 1.1.4 - password_policy: 1.2.2 - provisioning_api: 1.2.0 - serverinfo: 1.2.0 - sharebymail: 1.2.0 - survey_client: 1.0.0 - systemtags: 1.2.0 - tasks: 0.9.5 - theming: 1.3.0 - twofactor_backupcodes: 1.1.1 - updatenotification: 1.2.0 - workflowengine: 1.2.0 Disabled: - admin_audit - deck - encryption - files_external - gallery - keeweb - user_external - user_ldap

Nextcloud configuration:

Config report { "system": { "instanceid": "ocg4amy1my7x", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "dpqu4dij8cil9avn.myfritz.net:16443", "cloud.kerick.net:16443" ], "datadirectory": "\/opt\/nextcloudData", "overwrite.cli.url": "https:\/\/dpqu4dij8cil9avn.myfritz.net:16443", "dbtype": "mysql", "version": "12.0.3.3", "dbname": "nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "memcache.local": "\\OC\\Memcache\\APCu", "mail_smtpmode": "smtp", "mail_smtpauthtype": "LOGIN", "mail_from_address": "nextcloud", "mail_domain": "kerick.net", "mail_smtpauth": 1, "mail_smtphost": "mensa.uberspace.de", "mail_smtpport": "587", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "theme": "", "loglevel": 2 } }

Are you using external storage, if yes which one:
no

Are you using encryption: yes/no
no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no

Client configuration

Browser:
Chrome 61.0.3163.100

Operating system:
MacOS X 10.13 (High Sierra)

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
Insert your Nextcloud log here

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@nickvergessen
Copy link
Member

Well the issue is on googles side here, it only copies the entries instead of syncing the calendar.
Nothing we can fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants