Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar creates unwanted calendar "personal" upon receiving invitation from other user #3998

Closed
ilippert opened this issue Feb 25, 2022 · 2 comments
Labels
0. to triage Pending approval or rejection bug

Comments

@ilippert
Copy link

Steps to reproduce

  1. if user A has the default calendar (called personal), delete that calendar
  2. log in as user B
  3. generate an event and invite user A to that event

Expected behavior

the event should be in, well, .... unclear - the user should probably be asked where to store the events arriving via event invitations. maybe even send an email to the user to ask them, in case they do not log in so often...

Actual behaviour

the app also seems to recreate the default calendar fort user A and also puts the event there.

Calendar app version

3.0.6

CalDAV-clients used

No response

Browser

ff 97

Client operating system

linux

Server operating system

no idea

Web server

No response

Database engine version

No response

PHP engine version

No response

Nextcloud version

23.0.2

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

- accessibility: 1.9.0
  - activity: 2.15.0
  - admin_audit: 1.13.0
  - bruteforcesettings: 2.3.0
  - calendar: 3.0.6
  - circles: 23.0.1
  - cloud_federation_api: 1.6.0
  - comments: 1.13.0
  - contacts: 4.0.8
  - 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_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
  - 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
  - photos: 1.5.0
  - privacy: 1.7.0
  - provisioning_api: 1.13.0
  - quota_warning: 1.13.1
  - ransomware_protection: 1.12.0
  - recommendations: 1.2.0
  - serverinfo: 1.13.0
  - settings: 1.5.0
  - sharebymail: 1.13.0
  - support: 1.6.0
  - survey_client: 1.11.0
  - tasks: 0.14.2
  - text: 3.4.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

Nextcloud configuration

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "wolke.ingli.de"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/wolke.ingli.de",
        "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***",
        "logtimezone": "UTC",
        "installed": true,
        "default_language": "de",
        "theme": "",
        "filelocking.enabled": true,
        "loglevel": 0,
        "default_phone_region": "DE",
        "defaultapp": "dashboard",
        "knowledgebaseenabled": false,
        "trashbin_retention_obligation": "auto, 50",
        "log_rotate_size": "10 MiB",
        "htaccess.RewriteBase": "\/",
        "appstore.experimental.enabled": true,
        "updater.release.channel": "stable",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "app_install_overwrite": [
            "calendar",
            "ransomware_protection",
            "bruteforcesettings"
        ],
        "maintenance": false
    }
}

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

sorry, am ill, no more energy to fill information...

@ilippert ilippert added 0. to triage Pending approval or rejection bug labels Feb 25, 2022
@ilippert ilippert changed the title Calendar create unwanted calendar "personal" Calendar creates unwanted calendar "personal" Feb 25, 2022
@ilippert ilippert changed the title Calendar creates unwanted calendar "personal" Calendar creates unwanted calendar "personal" upon receiving invitation from other user Feb 25, 2022
@ChristophWurst
Copy link
Member

#1835 would help with this.

@ilippert
Copy link
Author

ilippert commented Feb 28, 2022

Thanks, I note also the discussion at nextcloud/server#19826.

Well, and given that #3582 got closed in favour of nextcloud/server#5040 I am closing this issue, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage Pending approval or rejection bug
Projects
None yet
Development

No branches or pull requests

2 participants