<?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>Problem with Calendar Sharing</title> 
  <pubDate>Sat, 04 Apr 2026 11:59:45 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11359</link> 
  <atom:link rel="self" type="application/rss+xml" title="Problem with Calendar Sharing" href="https://bugs.horde.org/ticket/11359/rss" /> 
  <description>Problem with Calendar Sharing</description> 
 
   
   
  <item> 
   <title>I&#039;m not sure if the problem is in kronolith, or in the under</title> 
   <description>I&#039;m not sure if the problem is in kronolith, or in the underlying framework

Sharings of calendars do not work in the dynamic view under the following condition:

In the horde config is set:

$conf[&#039;share&#039;][&#039;world&#039;] = false;

The symptom is the following:

sharing set in the dynamic view will not be permanent, after the second try even the window does not open again, until a logout.

Anything works well when we set:

$conf[&#039;share&#039;][&#039;world&#039;] = true;

But as we have a real large user base, we want to block users from sharing to anybody.</description> 
   <pubDate>Fri, 17 Aug 2012 10:39:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t72270</link> 
  </item> 
   
  <item> 
   <title>I&#039;m not sure what you mean with this:

&gt; sharing set in th</title> 
   <description>I&#039;m not sure what you mean with this:

&gt; sharing set in the dynamic view will not be permanent, after the 
&gt; second try even the window does not open again, until a logout.</description> 
   <pubDate>Thu, 30 Aug 2012 16:29:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t72686</link> 
  </item> 
   
  <item> 
   <title>&gt; I&#039;m not sure what you mean with this:
&gt;
&gt;&gt; sharing set i</title> 
   <description>&gt; I&#039;m not sure what you mean with this:
&gt;
&gt;&gt; sharing set in the dynamic view will not be permanent, after the
&gt;&gt; second try even the window does not open again, until a logout.

It means that the sharing will probably never set. The second try to open the calendar settings will never succeed. After a logout and login again, the settings can be opened again, but no sharing could be seen, even if it is set through traditional view.

If sharing to world is allowed anything works as expected, though we do not want to allow users to share against world.

</description> 
   <pubDate>Thu, 30 Aug 2012 16:36:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t72687</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; I&#039;m not sure what you mean with this:
&gt;&gt;
&gt;&gt;&gt; sharing se</title> 
   <description>&gt;&gt; I&#039;m not sure what you mean with this:
&gt;&gt;
&gt;&gt;&gt; sharing set in the dynamic view will not be permanent, after the
&gt;&gt;&gt; second try even the window does not open again, until a logout.
&gt;
&gt; It means that the sharing will probably never set. The second try to 
&gt; open the calendar settings will never succeed. After a logout and 
&gt; login again, the settings can be opened again, but no sharing could 
&gt; be seen, even if it is set through traditional view.

I&#039;m still not certain. Do you mean that the calendar permissions that you set in the calendar dialog are not saved? Are the permissions empty, if you open the dialog again?

If yes, is this limited to a one view mode? Do you get any PHP warnings or notices in the logs?

&gt; If sharing to world is allowed anything works as expected, though we 
&gt; do not want to allow users to share against world.
&gt;
&gt;
</description> 
   <pubDate>Thu, 30 Aug 2012 19:26:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t72689</link> 
  </item> 
   
  <item> 
   <title>
&gt; I&#039;m still not certain. Do you mean that the calendar per</title> 
   <description>
&gt; I&#039;m still not certain. Do you mean that the calendar permissions that 
&gt; you set in the calendar dialog are not saved? Are the permissions 
&gt; empty, if you open the dialog again?

Yes, at least in the simple permission sight it is empty. A third open even does not work, the dialog doesn&#039;t pop up,

&gt;
&gt; If yes, is this limited to a one view mode? Do you get any PHP 
&gt; warnings or notices in the logs?
No warnings or notices.


I verified it again, it is definitly related to $conf[share][world] 

also the user must be normal user without admin rights (as the admin user always has the right to share with world).

I verified it also on a different horde installation which has only a few accounts and groups and no LDAP, so it is not related to the authentications system.</description> 
   <pubDate>Tue, 11 Sep 2012 11:00:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t72842</link> 
  </item> 
   
  <item> 
   <title>I can verify this also happens in master.</title> 
   <description>I can verify this also happens in master.</description> 
   <pubDate>Sun, 30 Sep 2012 20:54:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t73050</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

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

commit 2ffcf0c524c76a47d7615c12fd54a0959e34d872
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Sun Sep 30 17:28:49 2012 -0400

    Fix setting permissions in dynamic mode while conf[share][world] == false
    
    Bug: 11359

 kronolith/js/kronolith.js |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2ffcf0c524c76a47d7615c12fd54a0959e34d872</description> 
   <pubDate>Sun, 30 Sep 2012 21:34:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t73051</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_4):

commit 293e8ce</title> 
   <description>Changes have been made in Git (FRAMEWORK_4):

commit 293e8ce0e6f8b0b8a35d6d48029188424ff6bf97
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Sun Sep 30 17:28:49 2012 -0400

    Fix setting permissions in dynamic mode while conf[share][world] == false
    
    Bug: 11359

 kronolith/js/kronolith.js |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/293e8ce0e6f8b0b8a35d6d48029188424ff6bf97</description> 
   <pubDate>Sun, 30 Sep 2012 21:36:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t73052</link> 
  </item> 
   
  <item> 
   <title>Fixed for 3.0.18.</title> 
   <description>Fixed for 3.0.18.</description> 
   <pubDate>Sun, 30 Sep 2012 21:41:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t73053</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

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

commit 2ffcf0c524c76a47d7615c12fd54a0959e34d872
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Sun Sep 30 17:28:49 2012 -0400

    Fix setting permissions in dynamic mode while conf[share][world] == false
    
    Bug: 11359

 kronolith/js/kronolith.js |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2ffcf0c524c76a47d7615c12fd54a0959e34d872</description> 
   <pubDate>Mon, 15 Oct 2012 20:41:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11359#t73532</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
