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