recurring event problem

After adding event the data will store in database correctly but when we are going for adding recurring event the end date will taken as for normal event end date… when i am adding recurring event that time my browse show recurring event properly but when ever refresh the screen or click the refresh button the recurring event details gone …please let me know how to save the recurring event …in my database (mysql) i am storing the recurring event but in browser side i am unable to see the recurring event…please clarity my doubt

Please be sure that you DB contains additional fields, similar to
dhtmlxScheduler\samples\common\dump_reccuring.sql

Also, be sure that you have connector init similar to
dhtmlxScheduler\samples\03_extensions\php\events_rec.php

  • extra handlers attached
  • extra fields added to the field list

yes, we have extra fields in database and we can call the init method extra field in recType

try to set

scheduler.config.prevent_cache = true;

maybe it just old cached data is causing problems.