Hello,
We are currently testing the EspoCRM extension Outlook Integration.
During this process, we encountered an issue:
When the status of a meeting (e.g., from "Planned" to "Held" or "Not Held") is changed, an update is sent to the appointment in Outlook.
As a result, Outlook sends an update to the meeting participants, even though a status change in Espo does not cause any actual changes to the appointment information in Outlook.
This is incorrect and particularly problematic when it concerns a past meeting with external participants.
We could modify the code in OutlookCalendar.php, but since this is an external extension, the change would be overwritten with every update.
custom/Espo/Modules/Outlook/Hooks/Common/OutlookCalendar.php:
Can anyone confirm this behavior?
We are currently testing the EspoCRM extension Outlook Integration.
During this process, we encountered an issue:
When the status of a meeting (e.g., from "Planned" to "Held" or "Not Held") is changed, an update is sent to the appointment in Outlook.
As a result, Outlook sends an update to the meeting participants, even though a status change in Espo does not cause any actual changes to the appointment information in Outlook.
This is incorrect and particularly problematic when it concerns a past meeting with external participants.
We could modify the code in OutlookCalendar.php, but since this is an external extension, the change would be overwritten with every update.
custom/Espo/Modules/Outlook/Hooks/Common/OutlookCalendar.php:
PHP Code:
// Deleted
Comment