nextcloud / nextcloud/calendar
[Bug]: Sharing Calendar not possible with group
Open
Nobody has claimed this yet.
0. to triage
bug
needs info
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Steps to reproduce
- open Calendar
- click on the pencil
- try to share calendar with group
Expected behavior
When clicking on the share dialog, group are display.
Actual behavior
When clicking on the share dialog, group not display.
Calendar app version
6.5.1
CalDAV-clients used
No response
Browser
Firefox 152
Client operating system
Fedora 44
Server operating system
Debian 13
Web server
Nginx
Database engine version
PostgreSQL
PHP engine version
PHP 8.4
Nextcloud version
33.0.6
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Enabled:
- activity: 6.0.0
- announcementbanner: 2.4.2
- announcementcenter: 7.4.1
- app_api: 33.0.0
- bruteforcesettings: 6.0.0
- calendar: 6.5.1
- circles: 33.0.0
- cloud_federation_api: 1.17.0
- comments: 1.23.0
- contactsinteraction: 1.14.1
- dashboard: 7.13.0
- dav: 1.36.0
- drawio: 4.2.5
- federatedfilesharing: 1.23.0
- federation: 1.23.0
- files: 2.5.0
- files_downloadlimit: 5.1.0
- files_pdfviewer: 6.0.0
- files_reminders: 1.6.0
- files_sharing: 1.25.2
- files_trashbin: 1.23.0
- files_versions: 1.26.0
- firstrunwizard: 6.0.0
- forms: 5.3.4
- groupfolders: 21.0.10
- impersonate: 4.0.0
- intros: 1.2.1
- logreader: 6.0.0
- lookup_server_connector: 1.21.0
- nextcloud_announcements: 5.0.0
- notifications: 6.0.0
- notify_push: 1.3.3
- oauth2: 1.21.0
- password_policy: 5.0.0
- photos: 6.0.0
- privacy: 5.0.0
- profile: 1.2.0
- provisioning_api: 1.23.0
- recommendations: 6.0.0
- related_resources: 4.0.0
- richdocuments: 10.2.1
- serverinfo: 5.0.0
- settings: 1.16.0
- sharebymail: 1.23.0
- support: 5.0.0
- survey_client: 5.0.0
- systemtags: 1.23.0
- text: 7.0.1
- theming: 2.8.0
- twofactor_backupcodes: 1.22.0
- twofactor_totp: 15.0.0
- updatenotification: 1.23.0
- user_status: 1.13.0
- viewer: 6.0.0
- weather_status: 1.13.0
- webhook_listeners: 1.5.0
- workflowengine: 2.15.0
- workspace: 4.4.1
Disabled:
- admin_audit: 1.23.0
- encryption: 2.21.0
- files_external: 1.25.1
- suspicious_login: 11.0.0
- twofactor_nextcloud_notification: 7.0.0
- user_ldap: 1.24.0
Nextcloud configuration
{
"system": {
"trusted_domains": [
"localhost"
],
"overwritehost": "***REMOVED SENSITIVE VALUE***",
"overwriteprotocol": "https",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logfile": "***REMOVED SENSITIVE VALUE***",
"log_type": "file",
"htaccess.RewriteBase": "\/",
"skeletondirectory": "",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"default_phone_region": "FR",
"defaultapp": "files",
"encryption.legacy_format_support": false,
"simpleSignUpLink.shown": false,
"updater.release.channel": "stable",
"loglevel": "2",
"integrity.check.disabled": false,
"ldapUserCleanupInterval": "10",
"default_language": "fr",
"maintenance": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"data-fingerprint": "3cbf0ccb482448aa5635ece6440a0f67",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"maintenance_window_start": 2,
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"version": "33.0.6.2",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"upgrade.disable-web": "true",
"app_install_overwrite": [],
"logfile_audit": "file",
"log_type_audit": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Paris",
"log_rotate_size": "100 * 1024 * 1024"
"enabledPreviewProviders": [
"OC\\Preview\\Imaginary",
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\HEIC",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\MSOffice2003",
"OC\\Preview\\MSOffice2007",
"OC\\Preview\\MSOfficeDoc",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\PDF",
"OC\\Preview\\StarOffice"
],
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***"
}
Web server error log
Log file
Browser log
Additional info
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the Calendar app using the listed steps and versions, then trace the share dialog to find why groups are absent. Done means groups are displayed and can be selected when sharing a calendar; add a regression check if the existing Calendar test entry point is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100