<?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>calendar / ics file incompatible with Outlook 2000</title> 
  <pubDate>Fri, 10 Apr 2026 09:04:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/2365</link> 
  <atom:link rel="self" type="application/rss+xml" title="calendar / ics file incompatible with Outlook 2000" href="https://bugs.horde.org/ticket/2365/rss" /> 
  <description>calendar / ics file incompatible with Outlook 2000</description> 
 
   
   
  <item> 
   <title>(using Horde as it comes with PLESK 7.5.3)

when person A cr</title> 
   <description>(using Horde as it comes with PLESK 7.5.3)

when person A creates a new &#039;calender&#039; item in Outloud 2000 and have a Horde user B attend the meeting, user B will see a email with attachement: meeing.ics  [text/calendar]

When users B clicks on this file the meeting can be accepted. 



problem #1 Then user A receives an email from &#039;@webmail.domainname.com&#039;. User B has to go to the options panel in Horde and manually create a profile (identity) and specify the &#039;sender name / email&#039; to fix this.



problem #2 After fixing problem 1 Outlook 2000 does receive an accepted update from user B, but in the calender view of Outlook it still says that user B has not accepetd.

So it seems Outlook is unable to recognize that it was user B who accepted a meeting.</description> 
   <pubDate>Mon, 01 Aug 2005 15:02:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2365#t10209</link> 
  </item> 
   
  <item> 
   <title>I also have a custom hook that set&#039;s the e-mail adress for t</title> 
   <description>I also have a custom hook that set&#039;s the e-mail adress for the users. Preferably I would like to turn of the possiblity that users can change they&#039;re e-mail adress. However if I do so I also get just @domain.com with these mail messages. Even if IMP works fine and send out mail correctly. It might be related to my custom hooks.. This should probably be a own ticket but here I go:



if (!function_exists(&#039;_horde_hook_postauthenticate&#039;)) {

     function _horde_hook_postauthenticate($userID, $credential, $realm)

     {

         $name = &quot;$userID&quot;;

         if (is_null($name)) {

             $name = Auth::getAuth();

         }

         if (!empty($name)) {

             $users_identities = &amp;Identity::singleton(&#039;none&#039;,&quot;$name&quot;);

             $users_identities-&gt;init();

             $users_identity_default_from_addr = $users_identities-&gt;getValue(&#039;from_addr&#039;);

             if (empty($users_identity_default_from_addr)) {

                 // use your own algorithm here or at least cahnge te domain name to the real value

                 $mail = &quot;$name&quot;;

                 // store default identity changes

                 $users_identities-&gt;setValue(&#039;from_addr&#039;,&quot;$mail&quot;);

                 $users_identities-&gt;save();

             } else {

                 $mail = &quot;$users_identity_default_from_addr&quot;;

             }

             // If no email address is found, then the login name will

             // be used.

             return (empty($mail) ? &#039;&#039; : $mail);

         }

         return &#039;&#039;;

     }

}





if (!function_exists(&#039;_prefs_hook_from_addr&#039;)) {

     function _prefs_hook_from_addr($user = null)

     {

         $name = &quot;$userID&quot;;

         if (is_null($name)) {

             $name = Auth::getAuth();

         }

         if (!empty($name)) {

             $users_identities = &amp;Identity::singleton(&#039;none&#039;,&quot;$name&quot;);

             $users_identities-&gt;init();

             $users_identity_default_from_addr = $users_identities-&gt;getValue(&#039;from_addr&#039;);

             if (empty($users_identity_default_from_addr)) {

                 // use your own algorithm here or at least cahnge te domain name to the real value

                 $mail = &quot;$name&quot;;

                 // store default identity changes

             } else {

                 $mail = &quot;$users_identity_default_from_addr&quot;;

             }

             // If no email address is found, then the login name will

             // be used.

             return (empty($mail) ? &#039;&#039; : $mail);

         }

         return &#039;&#039;;

     }

}



It looks to complicated for me to have made so I&#039;ve probably found it somewhere on the net or something (don&#039;t remember). Kronolith also needs the e-mail adress inn horde to be set (and allowed to be changed :( ) or else it won&#039;t send out notifications to ppl.</description> 
   <pubDate>Thu, 08 Sep 2005 13:10:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2365#t11080</link> 
  </item> 
   
  <item> 
   <title>Can you try again with IMP 4.0.4-RC1? At least one of the is</title> 
   <description>Can you try again with IMP 4.0.4-RC1? At least one of the issues should be fixed now.</description> 
   <pubDate>Sat, 17 Sep 2005 08:09:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2365#t11440</link> 
  </item> 
   
  <item> 
   <title>No additional feedback.</title> 
   <description>No additional feedback.</description> 
   <pubDate>Sun, 02 Oct 2005 13:48:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2365#t12068</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
