nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
967 stars 236 forks source link

Cant invite a group to a calender event #6127

Open small1 opened 2 months ago

small1 commented 2 months ago

Steps to reproduce

  1. Create an event.
  2. Go to attendees
  3. try to search for a group
  4. No group shows up

Expected behavior

Groups would show up together with users,emails and teams

Actual behaviour

No groups is shown

Calendar app version

4.7.10

CalDAV-clients used

No response

Browser

Chrome 125

Client operating system

Ubuntu 24.04

Server operating system

Debian 12/Ubuntu 24.04

Web server

Apache

Database engine version

MariaDB

PHP engine version

PHP 8.2

Nextcloud version

29.0.3

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:
  - activity: 2.21.1
  - admin_audit: 1.19.0
  - analytics: 4.14.0
  - app_api: 2.7.0
  - appointments: 2.1.6
  - approval: 1.3.0
  - assistant: 1.1.0
  - bookmarks: 14.2.2
  - bruteforcesettings: 2.9.0
  - calendar: 4.7.10
  - calendar_resource_management: 0.7.0
  - call_summary_bot: 1.1.1
  - circles: 29.0.0-dev
  - cloud_federation_api: 1.12.0
  - collectives: 2.12.0
  - comments: 1.19.0
  - contacts: 6.0.0
  - contactsinteraction: 1.10.0
  - dashboard: 7.9.0
  - dav: 1.30.1
  - deck: 1.13.1
  - external: 5.4.0
  - extract: 1.3.6
  - federatedfilesharing: 1.19.0
  - federation: 1.19.0
  - files: 2.1.0
  - files_accesscontrol: 1.19.1
  - files_automatedtagging: 1.19.0
  - files_confidential: 3.0.1
  - files_downloadlimit: 2.0.0
  - files_linkeditor: 1.1.20
  - files_lock: 29.0.1
  - files_markdown: 2.4.1
  - files_pdfviewer: 2.10.0
  - files_reminders: 1.2.0
  - files_sharing: 1.21.0
  - files_texteditor: 2.15.1
  - files_trashbin: 1.19.0
  - files_versions: 1.22.0
  - firstrunwizard: 2.18.0
  - flow_notifications: 1.9.0
  - forms: 4.2.4
  - groupfolders: 17.0.1
  - guests: 3.1.0
  - impersonate: 1.16.0
  - integration_zammad: 2.0.7
  - logreader: 2.14.0
  - lookup_server_connector: 1.17.0
  - mail: 3.7.2
  - nextcloud_announcements: 1.18.0
  - notes: 4.10.0
  - notifications: 2.17.0
  - notify_push: 0.6.12
  - oauth2: 1.17.0
  - password_policy: 1.19.0
  - passwords: 2024.7.20
  - photos: 2.5.0
  - polls: 7.1.3
  - privacy: 1.13.0
  - provisioning_api: 1.19.0
  - recommendations: 2.1.0
  - related_resources: 1.4.0
  - richdocuments: 8.4.3
  - serverinfo: 1.19.0
  - settings: 1.12.0
  - sharebymail: 1.19.0
  - sharelisting: 1.2.0
  - sharingpath: 0.4.4
  - spreed: 19.0.4
  - stt_whisper: 1.0.8
  - support: 1.12.0
  - suspicious_login: 7.0.0
  - systemtags: 1.19.0
  - tables: 0.7.4
  - talk_matterbridge: 1.26.0-0
  - tasks: 0.16.0
  - text: 3.10.1
  - theming: 2.4.0
  - translate: 2.1.1
  - twofactor_admin: 4.5.0
  - twofactor_backupcodes: 1.18.0
  - twofactor_totp: 11.0.0-dev
  - twofactor_webauthn: 1.4.0
  - updatenotification: 1.19.1
  - user_migration: 6.0.0
  - user_status: 1.9.0
  - viewer: 2.3.0
  - weather_status: 1.9.0
  - workflow_script: 1.14.1
  - workflowengine: 2.11.0

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "cloud.kafit.se"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "29.0.3.4",
        "overwrite.cli.url": "https:\/\/cloud.kafit.se",
        "overwritehost": "cloud.kafit.se",
        "htaccess.RewriteBase": "\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpsecure": "tls",
        "mail_smtpauth": 1,
        "mail_smtpport": "587",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "0",
            "timeout": "0.0"
        },
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice",
        "filelocking.enabled": "true",
        "enable_previews": "true",
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\Movie",
            "OC\\Preview\\PDF",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown"
        ],
        "mail_template_class": "OCA\\EmailTemplate\\AppInfo\\EMailTemplate",
        "customclient_desktop": "",
        "customclient_android": "",
        "customclient_ios": "",
        "preview_max_x": "1024",
        "preview_max_y": "768",
        "preview_max_scale_factor": "1",
        "auth.bruteforce.protection.enabled": "true",
        "trashbin_retention_obligation": "auto,7",
        "versions_retention_obligation": "auto",
        "skeletondirectory": "",
        "defaultapp": "file",
        "activity_expire_days": "14",
        "integrity.check.disabled": false,
        "updater.release.channel": "stable",
        "log_type": "file",
        "logfile": "\/var\/nc-data\/nextcloud.log",
        "loglevel": "0",
        "debug": false,
        "maintenance": false,
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "simpleSignUpLink.shown": false,
        "theme": "",
        "mysql.utf8mb4": true,
        "default_phone_region": "ISO 3166-2:SE",
        "app_install_overwrite": [
            "w2g2",
            "twofactor_yubikey",
            "files_readmemd",
            "socialsharing_email",
            "socialsharing_facebook",
            "socialsharing_twitter",
            "telephoneprovider",
            "forms",
            "camerarawpreviews",
            "contacts",
            "sharerenamer",
            "sharingpath",
            "twofactor_email",
            "admin_resource_booking_database",
            "emlviewer",
            "files_lock",
            "twofactor_admin",
            "groupfolders",
            "twofactor_u2f",
            "twofactor_totp",
            "integration_whiteboard",
            "workflow_script",
            "talk_matterbridge",
            "suspicious_login",
            "polls",
            "files_texteditor",
            "passwords",
            "metadata",
            "files_markdown",
            "files_linkeditor",
            "files_downloadactivity",
            "electronicsignatures",
            "appointments",
            "apporder",
            "extract",
            "flow_notifications",
            "bruteforcesettings",
            "bookmarks",
            "sharelisting",
            "customproperties",
            "guests",
            "piwik",
            "tasks",
            "sorts",
            "notify_push",
            "news"
        ],
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [
            "guest_app"
        ],
        "twofactor_enforced_excluded_groups": [],
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***"
    }
}

Web server error log

nothing relevant

Log file

Nothing relevant

Browser log

Nothing relevant

Additional info

No response

niclasheinz commented 2 months ago

Maybe a duplicate of #2955

small1 commented 2 months ago

Might be or not. I did not check that far in the bugs :) I just noted that it nowdays says group in the attendee search field and that nothing showed up.

miaulalala commented 2 months ago

Groups are returned for the search but not shown:

image