You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermittently the Outlook plugin will touch a Outlook Meeting object and set the duration_hours and/or duration_mins to 0.
This appears to only happen when synchronising both from Outlook & SuiteCRM
Expected Behavior
Meetings should only be updated triggered by a change
Actual Behavior
Some meetings are updated without user interaction with duration_hours or/and duration_mins set to 0
Issue
Intermittently the Outlook plugin will touch a Outlook Meeting object and set the duration_hours and/or duration_mins to 0.
This appears to only happen when synchronising both from Outlook & SuiteCRM
Expected Behavior
Meetings should only be updated triggered by a change
Actual Behavior
Some meetings are updated without user interaction with duration_hours or/and duration_mins set to 0
Possible Fix
Areas of interest are:
Exception:
SuiteCRM-Outlook-Plugin/SuiteCRMAddIn/Exceptions/DurationSetToZeroException.cs
Line 13 in 000d937
When Zero is detected:
SuiteCRM-Outlook-Plugin/SuiteCRMAddIn/BusinessLogic/AppointmentSyncState.cs
Line 123 in 000d937
Changing the Meeting Duration functionality:
SuiteCRM-Outlook-Plugin/SuiteCRMAddIn/BusinessLogic/MeetingsSynchroniser.cs
Line 76 in 7dbfe0b
Steps to Reproduce
Context
Logs
Your Environment
The text was updated successfully, but these errors were encountered: