<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Kolab backend: Re-import fails</title> 
  <pubDate>Fri, 10 Apr 2026 13:36:25 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11541</link> 
  <atom:link rel="self" type="application/rss+xml" title="Kolab backend: Re-import fails" href="https://bugs.horde.org/ticket/11541/rss" /> 
  <description>Kolab backend: Re-import fails</description> 
 
   
   
  <item> 
   <title>Hi,

I just export a bunch of tasks into a CSV file.

No</title> 
   <description>Hi,

I just export a bunch of tasks into a CSV file.

Now I tried to reimport those tasks into a newly created tasklist
and got this backtrace:

DateTime::__construct() [&lt;a href=&#039;datetime.--construct&#039;&gt;datetime.--construct&lt;/a&gt;]: Failed to parse time string (@2012-10-30 14:16:00) at position 8 (-): Double timezone specification

1. Nag_Driver-&gt;add() /datastore/DEVEL/horde/nag/data.php:129
2. Nag_Driver_Kolab-&gt;_add() /datastore/DEVEL/horde/nag/lib/Driver.php:131
3. Nag_Driver_Kolab-&gt;_getObject() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:196
4. DateTime-&gt;__construct() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:286


Thomas
</description> 
   <pubDate>Wed, 17 Oct 2012 14:17:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73721</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit f7bf4be76d46</title> 
   <description>Changes have been made in Git (master):

commit f7bf4be76d468e59bcf2420c22d93c29c32854c4
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Wed Oct 17 14:36:35 2012 -0400

    These are also datetime fields.
    
    Possible fix for Bug: 11541

 nag/data.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f7bf4be76d468e59bcf2420c22d93c29c32854c4</description> 
   <pubDate>Wed, 17 Oct 2012 18:37:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73760</link> 
  </item> 
   
  <item> 
   <title>Can you verify this works OK now with Kolab?</title> 
   <description>Can you verify this works OK now with Kolab?</description> 
   <pubDate>Wed, 17 Oct 2012 18:53:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73761</link> 
  </item> 
   
  <item> 
   <title>Still crashing:

DateTime::__construct() [&lt;a href=&#039;datetim</title> 
   <description>Still crashing:

DateTime::__construct() [&lt;a href=&#039;datetime.--construct&#039;&gt;datetime.--construct&lt;/a&gt;]: Failed to parse time string (@1970-01-01 13:05:23) at position 8 (-): Double timezone specification

1. Nag_Driver-&gt;add() /datastore/DEVEL/horde/nag/data.php:133
2. Nag_Driver_Kolab-&gt;_add() /datastore/DEVEL/horde/nag/lib/Driver.php:131
3. Nag_Driver_Kolab-&gt;_getObject() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:196
4. DateTime-&gt;__construct() /datastore/DEVEL/horde/nag/lib/Driver/Kolab.php:283


Assigning to Jan since you probably can&#039;t test the Kolab stuff.
</description> 
   <pubDate>Thu, 18 Oct 2012 12:37:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73840</link> 
  </item> 
   
  <item> 
   <title>Can you check to see if this commit:

http://lists.horde.o</title> 
   <description>Can you check to see if this commit:

http://lists.horde.org/archives/commits/2012-October/016571.html

Fixes it for you?</description> 
   <pubDate>Thu, 18 Oct 2012 14:33:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73860</link> 
  </item> 
   
  <item> 
   <title>&gt; Can you check to see if this commit:
&gt;
&gt; http://lists.ho</title> 
   <description>&gt; Can you check to see if this commit:
&gt;
&gt; http://lists.horde.org/archives/commits/2012-October/016571.html
&gt;
&gt; Fixes it for you?

Now I get an error popup:
--------------------------------
There was an error importing the data: Failed writing the Kolab object: Invalid integer input &quot;&quot;!
--------------------------------

Perhaps the empty &quot;completed&quot; date field?
</description> 
   <pubDate>Thu, 18 Oct 2012 14:55:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73867</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 300fec5ce252</title> 
   <description>Changes have been made in Git (master):

commit 300fec5ce252eaa5833513aa88e67debaab1c6fd
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Oct 18 12:23:28 2012 -0400

    Explicitly set empty datetime fields to 0 when importing.
    
    Possible fix for Bug: 11541

 nag/data.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/300fec5ce252eaa5833513aa88e67debaab1c6fd</description> 
   <pubDate>Thu, 18 Oct 2012 16:24:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73881</link> 
  </item> 
   
  <item> 
   <title>Maybe now (along with http://lists.horde.org/archives/commit</title> 
   <description>Maybe now (along with http://lists.horde.org/archives/commits/2012-October/016576.html)?</description> 
   <pubDate>Thu, 18 Oct 2012 16:25:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73882</link> 
  </item> 
   
  <item> 
   <title>Same stuff, different day.

&#039;There was an error importing </title> 
   <description>Same stuff, different day.

&#039;There was an error importing the data: Failed writing the Kolab object: Invalid integer input &quot;&quot;!&#039;

-&gt; Still fails for the Kolab backend. The same CSV imports just fine with the SQL backend.
</description> 
   <pubDate>Fri, 19 Oct 2012 11:02:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73908</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 8d2a1e8cbc17</title> 
   <description>Changes have been made in Git (master):

commit 8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Oct 22 18:49:22 2012 +0200

    Cast to integer (Bug #11541).

 nag/lib/Driver/Kolab.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218</description> 
   <pubDate>Mon, 22 Oct 2012 16:50:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t73945</link> 
  </item> 
   
  <item> 
   <title>For the record: Works fine!

Thanks.
</title> 
   <description>For the record: Works fine!

Thanks.
</description> 
   <pubDate>Thu, 25 Oct 2012 18:26:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t74009</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit f7bf4be76d4</title> 
   <description>Changes have been made in Git (develop):

commit f7bf4be76d468e59bcf2420c22d93c29c32854c4
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Wed Oct 17 14:36:35 2012 -0400

    These are also datetime fields.
    
    Possible fix for Bug: 11541

 nag/data.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f7bf4be76d468e59bcf2420c22d93c29c32854c4</description> 
   <pubDate>Sat, 27 Oct 2012 00:57:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t74086</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 300fec5ce25</title> 
   <description>Changes have been made in Git (develop):

commit 300fec5ce252eaa5833513aa88e67debaab1c6fd
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Oct 18 12:23:28 2012 -0400

    Explicitly set empty datetime fields to 0 when importing.
    
    Possible fix for Bug: 11541

 nag/data.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/300fec5ce252eaa5833513aa88e67debaab1c6fd</description> 
   <pubDate>Sat, 27 Oct 2012 00:58:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t74103</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 8d2a1e8cbc1</title> 
   <description>Changes have been made in Git (develop):

commit 8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Mon Oct 22 18:49:22 2012 +0200

    Cast to integer (Bug #11541).

 nag/lib/Driver/Kolab.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8d2a1e8cbc175f069aa4a5a90087a99e4b4a0218</description> 
   <pubDate>Sat, 27 Oct 2012 00:59:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11541#t74113</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
