How to add a custom query when getting the events data.

Hi,

I’d like to add the Left Join to events_rec table when getting the events data.

how can I do it?

Thanks

Hi,
have a look at file wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSchedulerConfigurator.php
It has method getEventsRec which initialize SchedulerConnector. You may add some custom logic there.