-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Connect to the CalDav Server via DAVx5
- Create an event with attendees in a synced calendar
Expected behaviour
The attendees are each sent an invite via email
Actual behaviour
The calendar was updated online but no invites were sent. However when changing it in the official calendar web app, invites are sent out, so the issue can't be my email setup.
Server configuration
Operating system: I unfortunately don't know
Web server: Not showing in the server info settings tab either
Database: mysql
PHP version: 7.3.11
Nextcloud version: 17.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Update
Where did you install Nextcloud from: My hosting provider did it
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
- accessibility: 1.3.0
- apporder: 0.8.0
- calendar: 1.7.1
- carnet: 0.18.7
- circles: 0.17.8
- cloud_federation_api: 1.0.0
- contacts: 3.1.6
- dav: 1.13.0
- deck: 0.7.0
- federatedfilesharing: 1.7.0
- federation: 1.7.0
- files: 1.12.0
- files_pdfviewer: 1.6.0
- files_rightclick: 0.15.1
- files_sharing: 1.9.0
- files_trashbin: 1.7.0
- files_versions: 1.10.0
- files_videoplayer: 1.6.0
- impersonate: 1.4.0
- logreader: 2.2.0
- lookup_server_connector: 1.5.0
- metadata: 0.10.0
- nextcloud_announcements: 1.6.0
- notifications: 2.5.0
- oauth2: 1.5.0
- occweb: 0.0.4
- password_policy: 1.7.0
- polls: 0.10.4
- provisioning_api: 1.7.0
- serverinfo: 1.7.0
- sharebymail: 1.7.0
- spreed: 7.0.1
- tasks: 0.11.3
- text: 1.1.0
- theming: 1.8.0
- twofactor_backupcodes: 1.6.0
- twofactor_totp: 4.0.0
- updatenotification: 1.7.0
- viewer: 1.1.0
- workflowengine: 1.7.0
Nextcloud configuration:
Config report
{
"system": {
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "17.0.0.9",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "6379",
"timeout": "1.5",
"dbindex": "0"
},
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"log_type": "syslog",
"syslog_tag": "nextcloud-nx3851",
"simpleSignUpLink.shown": false,
"upgrade.disable-web": true,
"updatechecker": true,
"mail_sendmailmode": "smtp",
"maintenance": false,
"has_rebuilt_cache": true,
"loglevel": 2,
"app_install_overwrite": [
"occweb"
],
"skeletondirectory": "\/var\/www\/html\/themes\/hetzner\/skeleton"
}
}
Are you using external storage, if yes which one: nope
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
App: Davx5 2.6-ose
Operating system: Android 9
Logs
Unfortunately I don't have access to any of the logs