How to store seperate records of Recurring Events in DB

Hi All,

I was using DHTMLX Scheduler to schedule my events. This plugin is too good. This time i need to store recurring event as single occurence. This is because of I need to use those recurrences in several other places. So Can anyone please tell me how can i save as a seperate records in DB.

Thanks

You can grab times of recurring event with scheduler.getRecDates and call addEvent for each separate date, after which delete recurring event.

Thanks for your kind reply. Can you please post an example of getting the reccurring dates seperately. The sample will be really helpful to me.