============================
This example will not be maintained any longer, since a similar approach is demonstrated in the How to create fully custom Role, User, Event, Resource classes for use with the Security and Scheduler modules example. Please refer to that example and see how the IResource interface is implemented in its Employee class.
============================
This example demonstrates how to share scheduler events between users when using the Complex Security. For that purpose, the IResource interface will be implemented by the custom user class (User class descendant), and the custom event class will be used.
See Also:
Resources in a Schedule
Example Comments
Added By: Mike Petryk at: 10/29/2012 7:01:11 PM
Don't make the mistake of decorating the "Id" property with [MemberDesignTimeVisibility(false)] ... None of your users nor will any events that are assigned to your users will appear on the scheduler. I'm not why this is...