Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)
Does anyone know how to synchronize SalesForce calendar with Google Calendar without using 3rd party apps or services like Appirio?

Any guidance or links to websites would be appreciated, preferably using .Net as a language and using API's of both Google and Salesforce. I have seen both of the API's reference (so dont give me the links of Google and Sales force API) and what I need is some sort of example how this is done, in a domain level and not on a user level.

1 Answer

0 votes
by (32.1k points)

Since all events must have an owner but if you mean all events regardless of the owner then yes, you can do it.

I had a requirement for one-way sync of SF events to blackberry users on the field. What I did was:

  1. I created a web service handler for Event salesforce object
  2. I made a workflow in the salesforce to send an outbound message when an event is created/updated
  3. The web service handler (done in c# and hosted on a corporate network) receives a call from SF servers, reads Event data
  4. Handler generates an ICS attachment (iCalendar, see RFC 2445 and 5545) and sends it to BB user via BB server.

In your case, you would probably replace 3/4 with the creation of google calendar entry as per GoogleAPI doc and using .NET client lib. If bi-directional sync is required make sure you keep a unique ID of the event on both sides to avoid duplication. You will probably have to create a periodic pull from Google calendar to see if anything new came along, I don't think there is a way to receive notifications similar to SF outbound messages.

Go for this in-depth job-oriented salesforce course online!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 10, 2019 in Salesforce by Kartik12234 (11.9k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...