[kronolith] problems with attendees, identities and character set

Martin Ziegler mz at newyorkcity.de
Thu Dec 30 23:09:00 PST 2004


> When i add attendees to an event, and i save that event, notification to
> attendees are not being sent, and if i then go to edit that event, i can
> see attendees are not added.

there's a typo in kronolith/lib/Driver.php. Apply the patch and the 
attendees will be saved.

--- kronolith/lib/Driver.php.orig       2004-12-27 13:30:39.000000000 +0100
+++ kronolith/lib/Driver.php    2004-12-27 13:30:52.000000000 +0100
@@ -1169,7 +1169,7 @@
         $this->setStatus(Util::getFormData('status', $this->status));

         // Attendees.
-        if (array_key_exists('attendees', $_SESSIN) &&
is_array($_SESSION['attendees']))
+        if (array_key_exists('attendees', $_SESSION) &&
is_array($_SESSION['attendees']))
             $this->setAttendees($_SESSION['attendees']);

         // Event start.


Cheers, Martin


> In the add attendees section, there is another problem. All my horde set
> up, including the mysql DB uses utf-8, my name in my default identity
> uses some special characters ( ?ili? ), when i see my name in the list of
> required attendees, the special characters are shown as "?". I changed my
> name in the default identity in horde, so it changed in the default
> identity in imp too, but it still shows with the "?" replacing the
> special characters that are not in my name in the default identities any
> more.
>
> The other problem i see, is the following, another user has a shared
> calendar i can access. I went to "my calendars" and renamed my calendar,
> everything went fine, but in the " Choose the calendars that you want to
> be included in your Free/Busy listings:" section now the two calendars i
> see show the name of the calendar the other user shares to me. but the
> two entries showed a different URL for the free/busy. I clicked again in
> "my calendars", and now names were fine.
>
> I hope this is clear enough so someone can understand it :D
>
> Best regards, and a happy new year!!
>
> Ivan Alejandro ?ili? Schmidt
> MainNetworks Ltda.
> ivan.zilic at mainnetworks.net
> http://www.mainnetworks.net
> Phone:  +56-2-326 07 84
> Mobile: +56-9-872 65 63
>
>
>
>
>
> --------------------------------------------------------------
> This Message is virus FREE, sent using http://www.mainmail.net
> --
> Kronolith mailing list - Join the hunt:
> http://horde.org/bounties/#kronolith Frequently Asked Questions:
> http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
>




More information about the kronolith mailing list