mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
When a user creates a (calendar) meeting for another users behalf (eg a PA), an invite is send - it should not. #5350
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#5350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jobst on GitHub (Nov 5, 2025).
Issue
We regulary create calendar entries for other users on their behalf, much like a PA entering some MEETING/CALL into another persons/users calendar to save time.
No matter what we do
an INVITE is still send to the person the meeting/call/calendarentry was created FOR.
If ANYTHING a NOTE should be send to the person to say "calendar entry was created", but not with an attached ICS.
Possible Fix
I checked the code, there's a lot of javascript involved not just simple button clicks.
I got lost a bit ... so no fix from me.
Steps to Reproduce the Issue
Context
It's rather annoying.
The calendar entry SHOULD be created but a NOTE only should be send saying "this user has created a meeting/call for you".
Version
7.14.4
What browser are you currently using?
Chrome
Browser Version
It's NOT appicable
Environment Information
m 8.0.41, p 8.2.29
Operating System and Version
alamlinux 8.X
@jobst commented on GitHub (Nov 5, 2025):
Adding some extra information.
The problem exists in "modules/Meetings/Meeting.php" on line 197
So basically when below is true which is part of the long if statement above
then the person RECEIVING the calendar entry (assigned_user_id) will also receive a notification which has an ICS attached.
While I understand the notification there should be NOTHING clickable in the email.
@evolvomind commented on GitHub (Feb 19, 2026):
Hi, @johnM2401
May I work on this issue?