I need some help understanding how to use the filters. Here is what I am trying to do:
I have a web-based application that can be used by multiple accounts. I want each account to only see, add, change, and delete events for that account. How can I accomplish this?
I am using the Wordpress plugin on WP3.3, PHP 5.3, and MySQL ??.
Here is what I am trying to do:
I have a web-based application to which organizations can subscribe.
An organization can have any number of members that can access the application.
I want to provide a calendar that all members for the organization can see the events ONLY for that organization.
ie:
Organization 1 has an event scheduled for 2/15
Organization 2 has events scheduled for 2/1 and 2/14
When a member of organization 1 views the calendar they see the event on 2/15 only
When a member of organization 2 views the calendar they see the events on 2/1 and 2/14 only
I know which organization the member belongs to. How can I tell dhtmlxScheduler to display only events for that organization?