[Vtigercrm-commits] [Vtiger development] #8354: Google Calendar API V2 no more available.

Vtiger development vtiger-tickets at trac.vtiger.com
Tue Dec 23 05:35:05 GMT 2014


#8354: Google Calendar API V2 no more available.
-----------------------+------------------------
 Reporter:  prasad     |       Owner:  developer
     Type:  defect     |      Status:  new
 Priority:  major      |   Milestone:  6.2.0
Component:  vtigercrm  |     Version:  6.1.0
 Severity:  Medium     |  Resolution:
 Keywords:             |
-----------------------+------------------------

Comment (by uma):

 After implementing changes provided through this change-set, Please follow
 the below steps to configure Calendar and Contacts google synchronization
 using OAuth2 api().

 1. Get google api key, which will used in vtiger crm for synchronization.
 Follow this link to obtain the key (http://rscavilla.blogspot.in/2011/06
 /using-oauth-20-with-php-to-authenticate.html).

 2. While generating google api key, for redirect uri place this url's.

 a.
 http://localhost/uma_620/index.php?module=Google&view=List&operation=sync&sourcemodule=Calendar&service=GoogleCalendar

 b.
 http://localhost/uma_620/index.php?module=Google&view=List&operation=sync&sourcemodule=Contacts&service=GoogleContacts

 3. After successful generation of api key's, Under API's and auth tab
 click on API's and enable Calendar and Contacts API.

 4. Copy the generated Client ID and Client secret and paste the same in
 modules/Google/connectors/Config.php file of vtiger source.

 Now you can try with calendar and contacts synchronization which works
 smooth.

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8354#comment:2>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list