Hello. For a reason, we don't need to add the current user as an attendee to a meeting, so I added
to the config file. But new meetings created without attendees in CRM won't synchronize with Google Calendar. If I add someone as an attendee the meeting synchronizes well. All meetings from Google without attendees appear to CRM without any problems.
I tried to enable the "Don't sync event attendees" (just for testing, we need this function) checkbox, but it hasn't helped.
I enabled debug logs, but there are no errors for Google Sync, unfortunately.
EspoCRM: 8.1.5
Google Integration: 1.7.2
PHP: 8.1.27
PS: Moreover, these meetings without attendees aren't shown in the CRM Calendar, only in the Meetings list. So, I'm not sure if it's a bug of the extension or the CRM. Or it's a feature.
PHP Code:
'eventAssignedUserIsAttendeeDisabled' => true
I tried to enable the "Don't sync event attendees" (just for testing, we need this function) checkbox, but it hasn't helped.
I enabled debug logs, but there are no errors for Google Sync, unfortunately.
EspoCRM: 8.1.5
Google Integration: 1.7.2
PHP: 8.1.27
PS: Moreover, these meetings without attendees aren't shown in the CRM Calendar, only in the Meetings list. So, I'm not sure if it's a bug of the extension or the CRM. Or it's a feature.
Comment