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
ShaminaShamina 

Using Google API toolkit for updating Google calendar

Dear All,

 

I am currently working on an implementation involving updating the user's Google calendar when an event is created or updated in Salesforce calendar.

 

I started to use with Google API toolkit mentionned below to access the Google Calendar API:

http://wiki.developerforce.com/page/Google_Data_APIs_Toolkit_Setup

 

The toolkit has specific Apex classes which implement XMLDom and JSONObject. Since recent releases, there seems to be inbuilt salesforce classes/methods to support for DOM and JSON.

 

The last revision of the toolkit was in 2011, can you please tell me if this toolkit is still valid to use ?

 

Is there a new toolkit which will be available soon to take into account the inbuilt salesforce DOM Classes and JSON support ?

 

Thanking you