nextcloud / nextcloud/calendar

Calendar server setting "Send Invitations to attendees" option stays disabled

Open
#8,710 2 comments 0 reactions 1 assignee View on GitHub

@DerDreschner is already working on this.

Since Aug 13, 2026.

1. to develop bug
Dominant language
JavaScript
Stars
1.2k
Forks
332
Avg merge
16h 13m
Merged PRs (30d)
137

Description

Steps to reproduce
  1. Navigate to Admin->Groupware
  2. See the option switch for the option "Send Invitations to attendees" in the "off" position.
  3. Switch to "on" postion
  4. reload the page
  5. See the option switch for the option "Send Invitations to attendees" in the "off" position again.
Expected behavior

Option should stay in the "on" position and should reflect the value which is set for the option.

Actual behavior

If the admin page for the groupware settings is reloaded, the option switches back to the of position.

Calendar app version

6.5.2

CalDAV-clients used

macOS Calendar

Browser

Firefox 153.0.3

Client operating system

mac os x 26.5.2

Server operating system

Linux

Web server

Nginx

Database engine version

MariaDB

PHP engine version

Other

Nextcloud version

34.0.2

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps
Enabled:
  - activity: 7.0.0
  - admin_audit: 1.24.0
  - analytics: 6.7.1
  - announcementbanner: 2.4.3
  - announcementcenter: 7.5.0
  - app_api: 34.0.0
  - appstore: 1.0.0
  - assistant: 3.5.0
  - audiocoverpreview: 0.12.1
  - bruteforcesettings: 7.0.0
  - calendar: 6.5.2
  - calendar_resource_management: 0.12.1
  - camerarawpreviews: 1.1.2
  - circles: 34.0.0
  - cloud_federation_api: 1.18.0
  - collectives: 4.4.3
  - comments: 1.24.0
  - contacts: 8.7.5
  - contactsinteraction: 1.15.0
  - cookbook: 0.11.9
  - cospend: 4.0.2
  - dashboard: 7.14.0
  - dav: 1.39.0
  - eidlogin: 1.0.22
  - epubviewer: 1.9.7
  - event_update_notification: 2.9.0
  - external: 9.0.1
  - federatedfilesharing: 1.24.0
  - federation: 1.24.0
  - files: 2.6.0
  - files_accesscontrol: 5.0.0
  - files_automatedtagging: 5.0.0
  - files_external: 1.26.0
  - files_fulltextsearch: 34.0.1
  - files_lock: 34.0.1
  - files_pdfviewer: 7.0.0-dev.0
  - files_reminders: 1.7.0
  - files_sharing: 1.26.0
  - files_trashbin: 1.24.0
  - files_versions: 1.27.0
  - fileslibreofficeedit: 2.0.1
  - firstrunwizard: 7.0.0-dev.0
  - forms: 5.3.5
  - fulltextsearch: 34.0.1
  - fulltextsearch_elasticsearch: 34.0.1
  - gestion: 3.2.10
  - gpxpod: 8.3.0
  - groupfolders: 22.0.6
  - guests: 4.9.0
  - impersonate: 5.0.0
  - integration_mattermost: 3.2.0
  - integration_openstreetmap: 4.2.0
  - logreader: 7.0.0
  - lookup_server_connector: 1.22.0
  - mail: 5.10.11
  - memories: 8.1.0
  - music: 3.1.1
  - musicsheetviewer: 1.3.1
  - nextcloud_announcements: 6.0.0
  - notes: 6.0.1
  - notifications: 7.0.0-dev.1
  - oauth2: 1.22.0
  - office: 1.0.0
  - pantry: 0.26.0
  - password_policy: 6.0.0-dev.0
  - passwords: 2026.7.20
  - phonetrack: 1.3.2
  - photos: 7.0.0
  - previewgenerator: 5.14.0
  - privacy: 6.0.0-dev.1
  - profile: 1.3.0
  - provisioning_api: 1.24.0
  - recognize: 12.0.0
  - recommendations: 7.0.0
  - registration: 3.0.0
  - related_resources: 5.0.0-dev.0
  - richdocuments: 11.1.0
  - richdocumentscode: 26.4.104
  - serverinfo: 6.0.0
  - settings: 1.17.0
  - share_audit_dashboard: 0.4.0
  - sharebymail: 1.24.0
  - side_menu: 6.0.1
  - spreed: 24.0.3
  - survey_client: 6.0.0-dev.0
  - systemtags: 1.24.0
  - tables: 2.2.1
  - tasks: 0.18.1
  - text: 8.0.0
  - theming: 2.9.0
  - twofactor_backupcodes: 1.23.0
  - twofactor_nextcloud_notification: 8.0.0
  - twofactor_totp: 16.0.0
  - updatenotification: 1.24.0
  - user_status: 1.14.0
  - viewer: 7.0.0-dev.0
  - weather_status: 1.14.0
  - webhook_listeners: 1.6.0
  - whiteboard: 1.5.9
  - workflowengine: 2.16.0
Nextcloud configuration
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "trusted_domains": [
            "cloud.example.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "34.0.2.1",
        "overwrite.cli.url": "https:\/\/cloud.example.com",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": true,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "updater.release.channel": "stable",
        "mysql.utf8mb4": true,
        "app_install_overwrite": {
            "0": "files_ebookreader",
            "1": "impersonatte",
            "5": "cookbook",
            "6": "apporder",
            "7": "facerecognition",
            "8": "passwords",
            "9": "pride",
            "10": "camerarawpreviews",
            "12": "music",
            "13": "radio",
            "14": "event_update_notification",
            "15": "richdocumentscode",
            "16": "maps",
            "17": "oidc",
            "18": "workflow_media_converter",
            "19": "fulltextsearch_elasticsearch",
            "20": "fulltextsearch",
            "21": "files_fulltextsearch",
            "22": "memories",
            "23": "side_menu"
        },
        "enable_previews": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\Image",
            "OC\\Preview\\Movie",
            "OC\\Preview\\TXT",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\Krita",
            "OC\\Preview\\PDF"
        ],
        "default_phone_region": "DE",
        "loglevel": 2,
        "filelocking.enabled": true,
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "maintenance_window_start": 1,
        "memories.db.triggers.fcu": true,
        "memories.exiftool": "\/var\/www\/cloud.example.com\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
        "memories.vod.path": "\/var\/www\/cloud.example.com\/apps\/memories\/bin-ext\/go-vod-amd64",
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "jpeg_quality": 60,
        "memories.vod.disable": false,
        "memories.gis_type": 1,
        "config_preset": 2,
        "enable_lazy_objects": false,
        "defaultapp": "dashboard,memories,files",
        "mail_smtpstreamoptions": {
            "ssl": {
                "allow_self_signed": false,
                "verify_peer": true,
                "verify_peer_name": true
            }
        }
    }
}
Web server error log
192.168.3.47 - - [10/Aug/2026:12:12:02 +0200] "GET /settings/admin/groupware HTTP/1.1" 200 25184 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/side_menu/css/stylesheet?v=23 HTTP/1.1" 200 333 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/announcementbanner/banner?appId=admin_settings HTTP/1.1" 200 523 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /ocs/v2.php/apps/guests/api/v1/groups HTTP/1.1" 200 195 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/side_menu/nav/items HTTP/1.1" 200 789 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/theming/icon/settings?v=20ac6854 HTTP/1.1" 200 20102 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/theming/favicon/settings?v=20ac6854 HTTP/1.1" 200 5252 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/1.1" 200 149 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /contactsmenu/teams HTTP/1.1" 200 292 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /ocs/v2.php/apps/user_status/api/v1/user_status HTTP/1.1" 200 149 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/side_menu/js/config HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 200 81 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/side_menu/js/config HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:03 +0200] "GET /apps/side_menu/core/apps HTTP/1.1" 200 904 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:06 +0200] "POST /ocs/v2.php/apps/provisioning_api/api/v1/config/apps/dav/sendInvitations HTTP/1.1" 200 81 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - bubi [10/Aug/2026:12:12:08 +0200] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.1" 200 637 "-" "Mozilla/5.0 (Macintosh) mirall/34.0.1 (Nextcloud, macos-25.5.0 ClientArchitecture: arm64 OsArchitecture: arm64)"
192.168.3.47 - - [10/Aug/2026:12:12:10 +0200] "GET /apps/logreader/api/poll?lastReqId=byhb83nhPfAbVsc0Vd1D HTTP/1.1" 200 22 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /settings/admin/groupware HTTP/1.1" 200 25186 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /apps/side_menu/css/stylesheet?v=23 HTTP/1.1" 200 333 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /apps/announcementbanner/banner?appId=admin_settings HTTP/1.1" 200 523 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /ocs/v2.php/apps/guests/api/v1/groups HTTP/1.1" 200 195 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /apps/side_menu/nav/items HTTP/1.1" 200 789 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /ocs/v2.php/apps/user_status/api/v1/user_status HTTP/1.1" 200 149 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "GET /contactsmenu/teams HTTP/1.1" 200 292 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:12 +0200] "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/1.1" 200 149 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /apps/theming/icon/settings?v=20ac6854 HTTP/1.1" 200 20102 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /apps/theming/favicon/settings?v=20ac6854 HTTP/1.1" 200 5252 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 200 81 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /apps/side_menu/js/config HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /apps/side_menu/js/config HTTP/1.1" 200 551 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /apps/side_menu/core/apps HTTP/1.1" 200 904 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
192.168.3.47 - - [10/Aug/2026:12:12:13 +0200] "GET /avatar/bubi/32?v=0 HTTP/1.1" 200 7667 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0"
Log file
{"reqId":"be3IV2Dbt6Eciv5qWVKw","level":2,"time":"2026-08-10T10:20:29+00:00","remoteAddr":"192.168.3.47","user":"bubi","app":"no app in context","method":"GET","url":"/settings/admin/groupware","scriptName":"/index.php","message":"Invalid google_oauth_client_id data provided to provideInitialState by mail","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0","version":"34.0.2.1","data":[]}
{"reqId":"be3IV2Dbt6Eciv5qWVKw","level":2,"time":"2026-08-10T10:20:29+00:00","remoteAddr":"192.168.3.47","user":"bubi","app":"no app in context","method":"GET","url":"/settings/admin/groupware","scriptName":"/index.php","message":"Invalid microsoft_oauth_client_id data provided to provideInitialState by mail","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:153.0) Gecko/20100101 Firefox/153.0","version":"34.0.2.1","data":[]}
Browser log
request: XHT POST https://cloud.example.com/ocs/v2.php/apps/provisioning_api/api/v1/config/apps/dav/sendInvitations
with request data {"value":"yes"}

response: {"ocs":{"meta":{"status":"ok","statuscode":200,"message":"OK"},"data":[]}}
Additional info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.