How to add custom module's tasks into Calendar SuiteCRM

I have created a custom module(Lunch), how can I add these tasks into the Calendar, like Meetings, Calls, etc are being shown into the Calendar.

Also, how to add Scheduling panel into Custom module’s Edit View in SuiteCRM?

There is a sample here:

https://suitecrm.com/suitecrm/forum/developer-help/22076-show-date-in-calendar-from-custom-module#79096

1 Like

Thank you for your help.

In your post, you’ve mentioned that it can also be done via some Logic Hooks, I personally feel that it is more elegant way(and upgrade safe) to work inside custom module’s hook rather than updating the Core module. Do you have any example to do it via Logic hooks?

Thanks again.

Thank you for your help.

In your post, you’ve mentioned that it can also be done via some Logic Hooks, I personally feel that it is more elegant way(and upgrade safe) to work inside custom module’s hook rather than updating the Core module. Do you have any example to do it via Logic hooks?

Thanks again.