Events Guests + Syncronised update of parent/child event(s)

Hello,

I am trying to figure out a way to have a main parent event that can have attached child events (guests) with same data when it is created or updated. I am using section_id for user calendar (it could be another person or a resource or both). If for example I drag the parent event, childs should follow. If I delete the parent all childs should be deleted, if i remove a guest from the parent event the event in that particular guest should be deleted, etc.

My approach so far is to call a Json file onEventSave and I managed to create a new event with addEvent in another user calendar with a custom field “Guests” that has the same serverList as the Timeline (in the DB the section_id guests is comma separated).

I found a thread but it suggested to change source code of the JS files.

My Questions: Is this a feature you are working on for the september release (event dependency)? Is there a service for personalized features? If not could you give me hints on how to tacle such features?

Thank you in advance

It sounds as quites specialized feature. Currently we don’t have anything similar in our plans.

Technically it possible to create the same through custom code ( a lot of code ), as for any action in grid ( adding, moving, deleting ) scheduler triggers inner event. Through handling of such events, it possible to update the related event in the necessary way.