There is a bug in the 0.9.7 (debian lenny) in adding members to a group. The popup for the "Linked From" is empty.
After digging into the code I found the problem in the RSCDSUser.php at line 205.
After changing this to the following, everything is working again:
SELECT user_no, fullname FROM usr
WHERE NOT EXISTS ( SELECT 0 FROM relationship WHERE (from_user = usr.user_no AND to_user...
2009-07-02 15:37:01 UTC in DAViCal CalDAV Server