Front-end web site with dhtmlxScheduler

Hello,

I would like to have a simple front-end web site (php and jQuery based), that will be looking for free slots in the scheduler, which will be in different directory (but same server). So the web site, will then list all available slots.

So is it possible to implement it somehow with scheduler connector and call getEvents(), or I need to access the database(the events) with some other script?

Maybe there is already a solution.
Thank you very much for any tip.

Tomas

If you need to get a list of all events or events for the specific date range, you can reuse connector.
If you need to get an empty slots (time not filled by event) you will need to write a custom code.

Scheduler uses a pretty straight data storing logic, so it is quite simple to pull necessary info from database.
if you are using recurring events, it is a bit more complicated. There are PHP and NodeJs helpers for fetching recurring event, though.