Calender for multiple users of membership site

Hi there,

Can your scheduler or calendar be used for a membership site where each member has their own dashboard and needs to schedule their own events?

I’m looking for plugins (in addition to the calendar) that are able to be used in reverse, as in the functionality on the backend (like setting up events etc) is available to each member when they login. Is this possible with your plugins or if not are you aware of where I can find this? I’m happy to pay for a license.

I’m thinking of using wordpress as the platform.

Many thanks in advance,
Elise

Hello,

Indeed it’s possible to use scheduler that way.

For the scheduler’s standalone version you will need to implement your own logic for server and client side. Check ‘dhtmlxScheduler/samples/02_customization/shared_events/’ sample in the package on how it can be done.
Wordpress version on the other hand have ‘Private mode’ option which is probably exactly what you want — all users will see all/only their events (depending on the private mode setting).

Best regards,
Ilya

Fantastic, thanks Ilya