Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:modifications:googlecalendersync [2014/10/31 22:33] swarnat |
en:modifications:googlecalendersync [2014/11/01 11:15] (current) swarnat |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Custom Google Calendar Sync ====== | ====== Custom Google Calendar Sync ====== | ||
| + | |||
| + | Tested with VtigerCRM 6.0 and 6.1! | ||
| To setup the Vtiger Google Calendar sync with another calendar than the default one, you could apply this modifications. | To setup the Vtiger Google Calendar sync with another calendar than the default one, you could apply this modifications. | ||
| Line 5: | Line 7: | ||
| At first install latest version of my [[en:extensions:vtigercrm_tools|Vtiger Tools.]] **This is absolutely necessary,** because I use this module to implement to management logic. | At first install latest version of my [[en:extensions:vtigercrm_tools|Vtiger Tools.]] **This is absolutely necessary,** because I use this module to implement to management logic. | ||
| - | You need to press the "initialize" button on the management view of Vtiger Tools in the section "google Calendar" | + | You need to press the "initialize" button on the management view of Vtiger Tools in the section "Google Calendar" |
| ===== 1. File: /modules/Google/connectors/Calendar.php ===== | ===== 1. File: /modules/Google/connectors/Calendar.php ===== | ||
| Line 103: | Line 105: | ||
| ===== 3. File: /modules/Google/models/Module.php ===== | ===== 3. File: /modules/Google/models/Module.php ===== | ||
| + | This file only exist in vtigerCRM 6.1, becaus 6.0 don't support remove of Sync. | ||
| === 3.1 Search === | === 3.1 Search === | ||