Recurring Events Save data for each event in series

hi,
I want to save some data related to each event in Recurring events. Except custom logic to create separate events for recurring events in DB, is there another easy way to handle this ? Like i want to save some notes for each event in a series of event? or same I want to add payment for specific event in a series of event. As we have only one entry of recurring event in DB how can i manage above scenario.
Thank you

Hi,
Yes, there is only one entry of recurring event in DB. It doesn’t provide a way to add notes for any occurence. If occurence has unique info (which other events in series don’t have), it means this occurence was edited. In db you should create new record with note you want to add for the occurence.
docs.dhtmlx.com/scheduler/recur … ntheseries