Calendar of child table events

Hi,

I have a child table with all meeting dates of a specific event. How can I add these to the Calendar View of the parent?
Should I create a custom {parent}_calendar.js or {child}_calendar.js ? Or is there a better approach?
I am working on a custom app, but I am new to Frappe.
Thanks in advance!

Hi @Murilo_Melo:

You will need to create a custom app, and build your own get_events method.

Check this for reference.

Hope this helps.

1 Like

Thanks, @avc!
I was a bit confused about the documentation found here but your solution will probably work. better :wink:
Thanks again! I really appreciate your time helping others.