<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    We saw some issues with this due to our system not running UTC as
    the base timezone.<br>
    <br>
    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):<br>
    <blockquote type="cite">        $timeZone = new DateTimeZone('UTC');<br>
              $timeZone = new DateTimeZone(date_default_timezone_get());<br>
    </blockquote>
    <br>
    I believe the only place this was applied was in the file
    /modules/Google/models/Calendar.php<br>
    <br>
    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.<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08/07/15 21:00, PlaymaN Tepes wrote:<br>
    </div>
    <blockquote
cite="mid:CAF6osSmpWk9PnfuCsoS-XBYpROxg4ikcbAZ8QJrOfGKcgEEFYw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>Hi all,<br>
                  <br>
                </div>
                In my Google Calendar Synchronization I'm having some
                duplication problems. <br>
                <br>
                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).<br>
                <br>
              </div>
              <div>Then, If I syncronize again, I will have 4 Events in
                Gmail, then 8, then 16...<br>
              </div>
              <div><br>
              </div>
              Anyone suffered things like this?<br>
              <br>
            </div>
            How should I proceed?<br>
            <br>
          </div>
          Thank you so much,<br>
        </div>
        Adrián Granado.<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Richard Hills
TechnologyWise Ltd, Tauranga, NZ
<a class="moz-txt-link-abbreviated" href="mailto:richard@tw.co.nz">richard@tw.co.nz</a>
<a class="moz-txt-link-abbreviated" href="http://www.technologywise.co.nz">www.technologywise.co.nz</a>
ph: +64 (0)7 571 1060
fax: +64 (0)7 571 1061</pre>
  </body>
</html>