• Pierre Crouzet 10
  • NEWBIE
  • 10 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi
We are using the Gmail Integration with Salesforce, and it is not working anymore, 
Last time the cause for this behavior was identified as the changes that Google is making to Google Calendar. 

Looking at the log the "dates" is empty instead of fill with start and end like previously, not sure if the changes is coming from Google api or Salesforce Gmail Integration but the interface does not work anymore as described here (https://developer.salesforce.com/docs/component-library/bundle/clients:hasEventContext/documentation)

{
    "subject": "Salesforce Gmail Integration",
    "textBody": "please join",
    "id": "_65h36e9l6go3gbb5c4p32b9k60o6abb26gsj2b9h6srm4ohp74r3ap1o6s",
    "people": {
        "requiredAttendees": [
            {
                "name": "Pierre Doe",
                "email": "pierre.doe@xxxx.tv",
                "attendance": "awaiting",
                "type": "required"
            }
        ],
        "organizer": {}
    },
    "emails": [],
    "invitees": [],
    "dates": {},
    "location": "https://salesforce.webex.com/salesforce/j.php?MTID=m43670b72bcd2a92e9c401a0ab0dddc26"
}
More details on the previous fix here (https://developer.salesforce.com/forums/ForumsMain?id=9062I000000BojUQAS)
Hi everyone,
The Salesforce Gmail integration is no more working with the clients:hasEventContext interface when using aura component, since this week it doesn't fill the start and end field anymore on the dates object.
Does anyone experience the same issue and find a solution ?
The standard Log event is still working and event are created with dates.
Regards,
Pierre
Hi everyone,
The Salesforce Gmail integration is no more working with the clients:hasEventContext interface when using aura component, since this week it doesn't fill the start and end field anymore on the dates object.
Does anyone experience the same issue and find a solution ?
The standard Log event is still working and event are created with dates.
Regards,
Pierre
Hi
We are using the Gmail Integration with Salesforce, and it is not working anymore, 
Last time the cause for this behavior was identified as the changes that Google is making to Google Calendar. 

Looking at the log the "dates" is empty instead of fill with start and end like previously, not sure if the changes is coming from Google api or Salesforce Gmail Integration but the interface does not work anymore as described here (https://developer.salesforce.com/docs/component-library/bundle/clients:hasEventContext/documentation)

{
    "subject": "Salesforce Gmail Integration",
    "textBody": "please join",
    "id": "_65h36e9l6go3gbb5c4p32b9k60o6abb26gsj2b9h6srm4ohp74r3ap1o6s",
    "people": {
        "requiredAttendees": [
            {
                "name": "Pierre Doe",
                "email": "pierre.doe@xxxx.tv",
                "attendance": "awaiting",
                "type": "required"
            }
        ],
        "organizer": {}
    },
    "emails": [],
    "invitees": [],
    "dates": {},
    "location": "https://salesforce.webex.com/salesforce/j.php?MTID=m43670b72bcd2a92e9c401a0ab0dddc26"
}
More details on the previous fix here (https://developer.salesforce.com/forums/ForumsMain?id=9062I000000BojUQAS)
Hi everyone,
The Salesforce Gmail integration is no more working with the clients:hasEventContext interface when using aura component, since this week it doesn't fill the start and end field anymore on the dates object.
Does anyone experience the same issue and find a solution ?
The standard Log event is still working and event are created with dates.
Regards,
Pierre