Steps to reproduce
I have a shared calendar in our system, to which I gave a group user group write access. Those users can see and open the calendar fine, but when they try to edit or change entries, after hitting save it never returns and the changes don't end up in the calendar.
This used before, only last week we started to notice the issue. We are using calendar 4.6.3 on on Nextcloud 28.0.1. This used to work before updates that happened within the last week or two.
There is one interesting side effect: People with admin rights are still able to save, so I didn't notice it myself at first because it still worked for me. Even though the admin group doesn't has dedicated rights to said shared calendar, I'm only seeing it through the same shared group permission.
Expected behavior
Saving of entries work for all people in the group the calendar is shared for read/write to.
Actual behaviour
People that are only in the group that is shared for read/write but not in the admin group are unable to save changes to the shared calendar
Calendar app version
4.6.3
CalDAV-clients used
Through the website
Browser
firefox 115, chrome 120, smart phone browsers, ...
Client operating system
Linux, Windows, Android
Server operating system
Debian bookworm
Web server
Apache
Database engine version
MariaDB
PHP engine version
PHP 8.2
Nextcloud version
28.0.1
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Enabled:
- activity: 2.20.0
- apporder: 0.15.0
- bookmarks: 13.1.3
- bruteforcesettings: 2.8.0
- calendar: 4.6.3
- circles: 28.0.0-dev
- cloud_federation_api: 1.11.0
- comments: 1.18.0
- contacts: 5.5.1
- contactsinteraction: 1.9.0
- dashboard: 7.8.0
- dav: 1.29.1
- deck: 1.12.0
- event_update_notification: 2.3.0
- federatedfilesharing: 1.18.0
- federation: 1.18.0
- files: 2.0.0
- files_pdfviewer: 2.9.0
- files_reminders: 1.1.0
- files_sharing: 1.20.0
- files_trashbin: 1.18.0
- files_versions: 1.21.0
- firstrunwizard: 2.17.0
- impersonate: 1.15.0
- keeweb: 0.6.15
- logreader: 2.13.0
- lookup_server_connector: 1.16.0
- mail: 3.5.2
- nextcloud_announcements: 1.17.0
- notes: 4.9.2
- notifications: 2.16.0
- oauth2: 1.16.3
- password_policy: 1.18.0
- photos: 2.4.0
- privacy: 1.12.0
- provisioning_api: 1.18.0
- recommendations: 2.0.0
- related_resources: 1.3.0
- serverinfo: 1.18.0
- settings: 1.10.1
- sharebymail: 1.18.0
- spreed: 18.0.1
- support: 1.11.0
- systemtags: 1.18.0
- tasks: 0.15.0
- text: 3.9.1
- theming: 2.3.0
- twofactor_backupcodes: 1.17.0
- twofactor_totp: 10.0.0-beta.2
- updatenotification: 1.18.0
- user_status: 1.8.1
- viewer: 2.2.0
- weather_status: 1.8.0
- workflowengine: 2.10.0
Nextcloud configuration
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "28.0.1.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"default_phone_region": "AT",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"defaultapp": "apporder,files,calendar",
"theme": "",
"loglevel": 0,
"updater.release.channel": "stable",
"mysql.utf8mb4": true,
"twofactor_enforced": "false",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"app_install_overwrite": [
"calendar",
"keeweb",
"dashboard",
"social",
"sharerenamer",
"spreed",
"apporder",
"bookmarks",
"bruteforcesettings",
"event_update_notification",
"twofactor_totp",
"impersonate"
]
}
}
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response
Steps to reproduce
I have a shared calendar in our system, to which I gave a group user group write access. Those users can see and open the calendar fine, but when they try to edit or change entries, after hitting save it never returns and the changes don't end up in the calendar.
This used before, only last week we started to notice the issue. We are using calendar 4.6.3 on on Nextcloud 28.0.1. This used to work before updates that happened within the last week or two.
There is one interesting side effect: People with admin rights are still able to save, so I didn't notice it myself at first because it still worked for me. Even though the admin group doesn't has dedicated rights to said shared calendar, I'm only seeing it through the same shared group permission.
Expected behavior
Saving of entries work for all people in the group the calendar is shared for read/write to.
Actual behaviour
People that are only in the group that is shared for read/write but not in the admin group are unable to save changes to the shared calendar
Calendar app version
4.6.3
CalDAV-clients used
Through the website
Browser
firefox 115, chrome 120, smart phone browsers, ...
Client operating system
Linux, Windows, Android
Server operating system
Debian bookworm
Web server
Apache
Database engine version
MariaDB
PHP engine version
PHP 8.2
Nextcloud version
28.0.1
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response