Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve on Sep 23, 2009 10:40
open dhtmlx forum
Scheduler - want to change table name

I want to change the table name used for the calendar from 'events_rec' to 'my_calendar'. What is the best way to do this? What scripts are involved?

Thanks
Answer posted by Alex (support) on Sep 24, 2009 01:31

Hello,

table name is used in the event_rec.php. You can set the necessary table name here - just locate all events_rec occurrences and replace them with my_calendar