[Vtigercrm-developers] Google Integration duplicates on Google Calendar

PlaymaN Tepes sshhocckk at gmail.com
Mon Jul 20 06:52:12 GMT 2015


Yeah, it was that in config.inc.php it was set as  'Europe/Brussels'
instead UTC. As I saw in other topic, I reverted to UTC and now all works
fine.

2015-07-19 23:42 GMT+02:00 Richard Hills - Technologywise <richard at tw.co.nz>
:

>  Was your system, like ours not set to UTC as standard timezone?
>
> Earlier last week the vtiger team confirmed for us that we should never be
> changing the default timezone in the config to anything other than UTC.
>
> I am looking at creating a script to find and mend time/datetime fields
> etc in the system now (eww) and we will look at reverting our system to
> UTC. Would suggest you do the same and dump this code change as the longer
> we stray from the intended setup the more problems we will start to see.
>
>
> On 17/07/15 20:14, PlaymaN Tepes wrote:
>
> hi,
>
> This change totally worked for me. No duplications anymore.
>
> Thanks Richard.
>
> 2015-07-17 9:35 GMT+02:00 PlaymaN Tepes <sshhocckk at gmail.com>:
>
>> I will take a look into this...
>>
>> Thanks.
>>
>> 2015-07-09 3:03 GMT+02:00 Richard Hills - Technologywise <
>> richard at tw.co.nz>:
>>
>>>  We saw some issues with this due to our system not running UTC as the
>>> base timezone.
>>>
>>> Solution was to update the following line to the one supplied (this
>>> worked for our specific installation but I'm unsure if it is a universal
>>> fix):
>>>
>>>         $timeZone = new DateTimeZone('UTC');
>>>         $timeZone = new DateTimeZone(date_default_timezone_get());
>>>
>>>
>>> I believe the only place this was applied was in the file
>>> /modules/Google/models/Calendar.php
>>>
>>> We were seeing a multitude of issues with imported times coming in as
>>> the wrong timezone, so it may very well be that this is not at all related
>>> to your issue, however prior to this change we were also (sometimes)
>>> getting duplication.
>>>
>>>
>>>
>>>
>>> On 08/07/15 21:00, PlaymaN Tepes wrote:
>>>
>>>     Hi all,
>>>
>>>  In my Google Calendar Synchronization I'm having some duplication
>>> problems.
>>>
>>> I have an Event on Gmail Calendar which I syncronize with Vtiger. This
>>> is OK. The problem is If I synchronize again: since I have an event in
>>> vTiger (from last synchronization), this record goes to Google Calendar and
>>> make duplicate. (Is the same Event).
>>>
>>>  Then, If I syncronize again, I will have 4 Events in Gmail, then 8,
>>> then 16...
>>>
>>>  Anyone suffered things like this?
>>>
>>>  How should I proceed?
>>>
>>>  Thank you so much,
>>>  Adrián Granado.
>>>
>>>
>>>  _______________________________________________http://www.vtiger.com/
>>>
>>>
>>> --
>>> Richard Hills
>>> TechnologyWise Ltd, Tauranga, NZrichard at tw.co.nzwww.technologywise.co.nz
>>> ph: +64 (0)7 571 1060
>>> fax: +64 (0)7 571 1061
>>>
>>>
>>> _______________________________________________
>>> http://www.vtiger.com/
>>>
>>
>>
>
>
> _______________________________________________http://www.vtiger.com/
>
>
> --
> Richard Hills
> TechnologyWise Ltd, Tauranga, NZrichard at tw.co.nzwww.technologywise.co.nz
> ph: +64 (0)7 571 1060
> fax: +64 (0)7 571 1061
>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150720/c963c282/attachment.html>


More information about the vtigercrm-developers mailing list