Hello,
when i create an appointment with iCal, other users cannot see that I'm the organizer of that appointment. The calendar is shared as read only to some other users. When they go on the event in the pop-up there's no organizer. Inside the edit-appointment widow, the other user is listed as organizer himself.
I can verify that there is even no sender listed in the database:
Code:
mysql> select subject, sender, type, date from mail_item where subject like "Test Ical sender";
+------------------+--------+------+------------+
| subject | sender | type | date |
+------------------+--------+------+------------+
| Test Ical sender | | 11 | 1268658282 |
+------------------+--------+------+------------+
1 row in set (0.00 sec)
best regards
Phistomefel