different file for saving

Hi,

I’m using a render_sql to load events for my scheduler, but because of this i can’t insert/update/delete events.

I know grid has an option to use select_mode, but this doesn’t seem to work for the sheduler_connector.

I’ve also tried using a different file for scheduler.load(); and the dataProcessor, but without any luck…

Does someone know how i can get this to work?

Thanks in advance!

Solution with select_mode works for all connectors include the scheduler.
Try to enable logs and check what sql queries are executed during data saving.