Modify "CREATE ACTIVITY " of the calendar

Hello again, I am trying to create an activity in the calendar and when the pop-up window appears I am looking for this specific part.

add the Mobile option or replace any of these, the version I use of Suitecrm is 8.4

Thanks

Jose Luis

I don’t know if this will help, but I found some similar code in here:

https://github.com/salesagility/SuiteCRM/blob/master/jssource/src_files/modules/Meetings/jsclass_scheduler.js#L203

But that seems to be for meetings and I couldn’t find anything like that for Calendar. Maybe the calandar code somehow re-uses that bit of code? I don’t know, but I do see references to that SugarWidgetSchedulerSearch in public/legacy/jssource/src_files/modules/Calendar/Cal.js

You can try playing with it, don’t forget you need to Admin / Repairs / Rebuild CSS and hard-refresh to make that reach the front-end.

Terrible coding style, by the way. Javascript spitting out HTML item by item :face_vomiting:

1 Like

I just can’t resolve