Hello!
I'm creating a calendar, in which users create events, which can be made public (visible by all users) or private (visible to select users). All is fine, except the private part. How can i make a list of the users friends which the user can select, so that that event shows up on there calendar?
Thanks!

Comments

User relationships

You might want to try User relationships (http://drupal.org/project/user_relationships), which includes something called "User Relationship Node Access" which might be what you want.

I haven't actually used this, but I hope it's helpful.