nextcloud / calendar

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

Calendar notifications even while not activated #3972

Open mokkin opened 2 years ago

mokkin commented 2 years ago

Steps to reproduce

  1. I have no notification for calendar events activated, but I do receive those mails.

image

image

Expected behavior

No notification on calendar events.

Actual behaviour

notification on calendar events

Calendar app version

3.0.6

CalDAV-clients used

Web + Thunderbird + DAVx5

Browser

Firefox 97.0

Client operating system

Ubuntu 20.04

Server operating system

Ubuntu 20.04

Web server

Apache

Database engine version

MySQL

PHP engine version

PHP 8.0

Nextcloud version

23.0.2

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

Enabled:
 - accessibility: 1.9.0
 - activity: 2.15.0
 - admin_audit: 1.13.0
 - bbb: 2.2.0
 - bookmarks: 10.0.3
 - bruteforcesettings: 2.3.0
 - calendar: 3.0.6
 - calendar_resource_management: 0.1.0-alpha2
 - circles: 23.0.1
 - cloud_federation_api: 1.6.0
 - comments: 1.13.0
 - contacts: 4.0.7
 - contactsinteraction: 1.4.0
 - dashboard: 7.3.0
 - dav: 1.21.0
 - deck: 1.6.0
 - federatedfilesharing: 1.13.0
 - federation: 1.13.0
 - files: 1.18.0
 - files_external: 1.15.0
 - files_pdfviewer: 2.4.0
 - files_rightclick: 1.2.0
 - files_sharing: 1.15.0
 - files_trashbin: 1.13.0
 - files_versions: 1.16.0
 - files_videoplayer: 1.12.0
 - firstrunwizard: 2.12.0
 - groupfolders: 11.1.2
 - guests: 2.1.0
 - impersonate: 1.10.0
 - issuetemplate: 0.7.0
 - logreader: 2.8.0
 - lookup_server_connector: 1.11.0
 - nextcloud_announcements: 1.12.0
 - notes: 4.3.0
 - notifications: 2.11.1
 - oauth2: 1.11.0
 - password_policy: 1.13.0
 - passwords: 2022.2.22
 - photos: 1.5.0
 - polls: 3.5.2
 - previewgenerator: 4.0.0
 - privacy: 1.7.0
 - provisioning_api: 1.13.0
 - recommendations: 1.2.0
 - richdocuments: 5.0.2
 - richdocumentscode: 21.11.103
 - serverinfo: 1.13.0
 - settings: 1.5.0
 - sharebymail: 1.13.0
 - spreed: 13.0.3
 - support: 1.6.0
 - survey_client: 1.11.0
 - systemtags: 1.13.0
 - tasks: 0.14.2
 - text: 3.4.0
 - theming: 1.14.0
 - twofactor_backupcodes: 1.12.0
 - updatenotification: 1.13.0
 - user_status: 1.3.1
 - viewer: 1.7.0
 - weather_status: 1.3.0
 - workflowengine: 2.5.0
Disabled:
 - cms_pico
 - encryption
 - files_fulltextsearch
 - files_fulltextsearch_tesseract
 - fulltextsearch
 - fulltextsearch_elasticsearch
 - integration_whiteboard
 - user_ldap

Nextcloud configuration

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "23.0.2.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "default_language": "de",
        "logtimezone": "Europe\/Berlin",
        "installed": true,
        "maintenance": false,
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtpauth": 1,
        "mail_smtpauthtype": "LOGIN",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "app.mail.server-side-cache.enabled": true,
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "enabledPreviewProviders": {
            "1": "OC\\Preview\\Image",
            "2": "OC\\Preview\\MarkDown",
            "3": "OC\\Preview\\MP3",
            "4": "OC\\Preview\\TXT",
            "6": "OC\\Preview\\Movie"
        },
        "enable_previews": true,
        "theme": "",
        "loglevel": 1,
        "trashbin_retention_obligation": "auto",
        "updatechecker": false,
        "mysql.utf8mb4": true,
        "htaccess.IgnoreFrontController": true,
        "htaccess.RewriteBase": "\/",
        "updater.release.channel": "stable",
        "app_install_overwrite": [
            "occweb",
            "issuetemplate"
        ],
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "default_phone_region": "DE",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

ChristophWurst commented 2 years ago

could you please provide actual reproduction steps?

what users accounts do I need to create? do I need shared calendars? do I create events? and so on …

mokkin commented 2 years ago

The example given in the beginning is about a shared calendar by another user. It happens, when another user is editing/creating an event in their / another user's calendar.

The notification is inside of the "daily summary", even when calendar events are specifically excluded in the general notifcation settings. Probably the don't affect the calendar content in this summary. image

oneWaveAdrian commented 2 years ago

Same issue here, the whole team gets notified when I change/edit an appointment in my calendar or if my calendar notification for an appointment only attended by me triggers. We have disabled notifications entirely, still it is happening- why?

onny commented 1 year ago

I only get mail notifications for mail invitations. Somehow a user doesn't get any notification mails on modifications to a event of a shared calender (shared by user or circle). Enabled all notifications in user and global specific settings (Notifications, Activity)