function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ayush_MangalAyush_Mangal 

How to insert/update a Salesforce record based on Google Calendar

When a meeting is created in Google Calendar, then we want to insert/update a Salesforce record.

  • What technical approach can be followed to implement this requirement?
  • Is it possible to invoke a Salesforce web service from Google Calendar when a new event is created? The Salesforce web service will perform the necessary processing.