User Authentication + Integration Question

Hello,

How easy is it to integrate dhtmlScheduler into a website… so that site members can schedule appointments / meetings with each other.

I am also curious about user authentication… Our website uses LDAP. Is that a problem?

Thank you !

John

so that site members can schedule appointments / meetings with each other

Scheduler is a frontend , it shows data from some server side source, but has not any predefined logic for user-sharing-events.

You can check
samples\02_customization\shared_events
which shows how event sharing can be implemented.

In that case, what is expected on the back end? A scheduling server of some kind ?

Can you recommend an open source scheduling server that works with dhtmlxscheduler and is also ldap compliant?

Thanks so much !

Can you recommend an open source scheduling server that works with dhtmlxscheduler
The scheduler stores dates ( non-recurring ) in plain format , so it can be easily integrated with most scheduler software. ( so far there is no any special integration with server side schedulers )