-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
Description
Steps to reproduce
Hello,
Since last app updates, duplicating an event is not correctly put on the right calendar as the original one.
- Duplicate an event
- Event is created on the first calendar from the calendars list
- Even is then moved to the right calendar
Expected behavior
Duplicating an event should be done directly on the same calendar as the originating one.
Actual behavior
Duplicating an event is assigned to the first calendar of the calendars list. When saving changes it is moved to the right calendar which lead having 2 activites on the Activity app (cf. screenshot below).
If the first calendar is shared, subscribed people to it has notifications of that duplicated event which does not concern them.
Calendar app version
5.5.11
CalDAV-clients used
DAVx5, Fossify Calendar, Fantastical, macOS Calendar, Evolution
Browser
Brave Browser v1.85.118
Client operating system
FreeBSD, macOS
Server operating system
FreeBSD
Web server
Apache
Database engine version
MySQL
PHP engine version
PHP 8.3
Nextcloud version
31.0.12
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Enabled:
- activity: 4.0.0
- announcementcenter: 7.2.2
- bruteforcesettings: 4.0.0
- calendar: 5.5.11
- checksum: 2.0.3
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.3.9
- dashboard: 7.11.0
- dav: 1.33.0
- external: 6.0.2
- federatedfilesharing: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_external: 1.23.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.2
- files_trashbin: 1.21.0
- firstrunwizard: 4.0.0
- impersonate: 2.0.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- maps: 1.6.0
- metadata: 0.23.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- previewgenerator: 5.11.0
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- quota_warning: 1.22.0
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- sharereview: 2.1.0
- side_menu: 5.1.3
- systemtags: 1.21.1
- tasks: 0.17.1
- text: 5.0.2
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- twofactor_email: 2.8.3
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- unroundedcorners: 1.1.5
- updatenotification: 1.21.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- welcome: 1.4.0
- workflowengine: 2.13.0
Disabled:
- admin_audit: 1.21.0
- app_api: 5.0.2 (installed 5.0.2)
- circles: 31.0.0 (installed 31.0.0)
- contactsinteraction: 1.12.1 (installed 1.12.0)
- encryption: 2.19.0
- federation: 1.21.0 (installed 1.21.0)
- files_versions: 1.24.0 (installed 1.24.0)
- nextcloud_announcements: 3.0.0 (installed 3.0.0)
- photos: 4.0.0 (installed 4.0.0)
- recommendations: 4.0.0 (installed 4.0.0)
- related_resources: 2.0.0 (installed 2.0.0)
- support: 3.0.0 (installed 3.0.0)
- survey_client: 3.0.0 (installed 3.0.0)
- suspicious_login: 9.0.1 (installed 9.0.1)
- user_ldap: 1.22.0
- webhook_listeners: 1.2.0 (installed 1.2.0)
Nextcloud configuration
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"192.168.x.xx",
"[xx]",
"nc.example.net"
],
"memcache.local": "\\OC\\Memcache\\APCu",
"filelocking.enabled": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.12.3",
"overwrite.cli.url": "https:\/\/nc.example.net",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance_window_start": 1,
"default_phone_region": "FR",
"default_locale": "fr_FR",
"default_language": "fr",
"skeletondirectory": "",
"templatedirectory": "",
"logtimezone": "Europe\/Paris",
"default_timezone": "Europe\/Paris",
"theme": "",
"loglevel": 2,
"log_type": "file",
"log_type_audit": "file",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"logfile_audit": "\/var\/log\/nextcloud\/audit.log",
"logfilemode": 416,
"log_query": false,
"log_rotate_size": 0,
"versions_retention_obligation": "disabled",
"simpleSignUpLink.shown": false,
"connectivity_check_domains": [
"https:\/\/example.net"
],
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\TIFF",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita",
"OC\\Preview\\HEIC",
"OC\\Preview\\Movie",
"OC\\Preview\\MP4",
"OC\\Preview\\MKV"
],
"preview_concurrency_new": 6,
"preview_max_x": 2048,
"preview_max_y": 2048,
"preview_max_memory": 512,
"preview_ffmpeg_path": "\/usr\/local\/bin\/ffmpeg",
"preview_ffprobe_path": "\/usr\/local\/bin\/ffprobe",
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauth": true,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"php_memory_limit": "1024M",
"app_install_overwrite": []
}
}
Web server error log
Log file
Browser log
Additional info
No response
bcutter