• megha.arora1.2864414976037085E
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I have created a custom object called Service_Orders__c

 

The object contains data that I would like to automatically post to my google calendar.

 

When we create the record I would like it to update the google calendar.

 

 

I have been searching for hours to see if this has been addressed somewhere but I can't seem to find a discussion on it.

 

 

 

I figure that the following process would work.

 

 

1) Create an apex class that would retrieves an Authentication Token from Google. (I have seen the example of how to do this in a visualsource page but haven't done it in a apex class)

 

2) Use and apex trigger to get the token and use it to create a calendar even "after insert"

 

 

 

I am still really new to programming and the force.com platform so any ideas or direction would help.

 

Thanks

 

Brett

 

 

 

  • September 25, 2009
  • Like
  • 0